View source: R/makeMPM2Function.R
makeBiObjMPM2Function | R Documentation |
The makeBiObjMPM2Function()
and makeTriObjMPM2Function()
functions allow
the creation of multi-objective functions based on the MPM2 generator
implemented in smoof::makeMPM2Function()
.
makeBiObjMPM2Function(
dimensions = 2,
n.peaks.1 = 3,
topology.1 = "random",
seed.1 = 4,
rotated.1 = TRUE,
peak.shape.1 = "ellipse",
n.peaks.2 = 3,
topology.2 = "random",
seed.2 = 8,
rotated.2 = TRUE,
peak.shape.2 = "ellipse"
)
makeTriObjMPM2Function(
dimensions = 2,
n.peaks.1 = 3,
topology.1 = "random",
seed.1 = 4,
rotated.1 = TRUE,
peak.shape.1 = "ellipse",
n.peaks.2 = 3,
topology.2 = "random",
seed.2 = 8,
rotated.2 = TRUE,
peak.shape.2 = "ellipse",
n.peaks.3 = 3,
topology.3 = "random",
seed.3 = 12,
rotated.3 = TRUE,
peak.shape.3 = "ellipse"
)
dimensions |
[ |
n.peaks.1 |
[ |
topology.1 |
|
seed.1 |
[ |
rotated.1 |
[ |
peak.shape.1 |
|
n.peaks.2 |
[ |
topology.2 |
|
seed.2 |
[ |
rotated.2 |
[ |
peak.shape.2 |
|
n.peaks.3 |
[ |
topology.3 |
|
seed.3 |
[ |
rotated.3 |
[ |
peak.shape.3 |
|
Multi-objective smoof function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.