Perform an MBO run on a multi-objective test function and and visualize what happens.
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.