View source: R/makeMinDistFunction.R
makeMinDistFunction | R Documentation |
Creates a multi-objective MinDist problem. Centers a defined for each
function with the centers.fi
arguments. Box constraints are created at with
a distance of 1 to the extremal values of the centers.
makeMinDistFunction(
centers.f1 = list(c(-2, -1), c(2, 1)),
centers.f2 = list(c(-2, 1), c(2, -1)),
centers.f3 = list(c(0, 1), c(0, -1))
)
makeBiObjMinDistFunction(
centers.f1 = list(c(-2, -1), c(2, 1)),
centers.f2 = list(c(-2, 1), c(2, -1))
)
centers.f1 |
[ |
centers.f2 |
[ |
centers.f3 |
[ |
Decision space dimensionality is determined by the length of each center
value in the centers.fi
lists. If is.null(centers.f3)
, the problem is
bi-objective, otherwise it is tri-objective. For creating bi-objective
problems, you can also use makeBiObjMinDistFunction()
directly.
A multi-objective smoof function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.