MBOMultiObjResult {mlrMBO} | R Documentation |
Multi-Objective result object.
Description
pareto.front [
matrix
]Pareto front of all evaluated points.pareto.set [
list
oflist
s]Pareto set of all evaluated points.pareto.inds [
numeric
]Indices of the Pareto-optimal points in the opt.pathopt.path [
OptPath
]Optimization path. Includes all evaluated points and additional information as documented in mbo_OptPath. You can convert it viaas.data.frame
.final.state [
character
] The final termination state. Gives information why the optimization endedmodels [List of
WrappedModel
]List of saved regression models.control[
MBOControl
] Control object used in optimization
[Package mlrMBO version 1.1.5.1 Index]