View source: R/exampleRunMultiObj.R
exampleRunMultiObj | R Documentation |
Only available for 2D -> 2D examples,
useful for figuring out how stuff works and for teaching purposes.
Currently only parameter spaces with numerical parameters are supported.
For visualization, run plotExampleRun
on the resulting object.
What is displayed is documented here: plotExampleRun
.
exampleRunMultiObj( fun, design = NULL, learner, control, points.per.dim = 50, show.info = getOption("mlrMBO.show.info", TRUE), nsga2.args = list(), ... )
fun |
[ |
design |
[ |
learner |
[ |
control |
[ |
points.per.dim |
[ |
show.info |
[ |
nsga2.args |
[ |
... |
[any] |
[MBOExampleRunMultiObj
]
If the passed objective function has no associated reference point max(y_i) + 1 of the nsga2 front is used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.