Internally used to transform bbotk::Optimizer to Tuner.
mlr3tuning::Tuner
-> TunerFromOptimizer
Inherited methods
new()
Creates a new instance of this R6 class.
TunerFromOptimizer$new(optimizer, man = NA_character_)
optimizer
bbotk::Optimizer
Optimizer that is called.
man
(character(1)
)
String in the format [pkg]::[topic]
pointing to a manual page for this object.
The referenced help package can be opened via method $help()
.
optimize()
Performs the tuning on a TuningInstanceSingleCrit / TuningInstanceMultiCrit until termination. The single evaluations and the final results will be written into the ArchiveTuning that resides in the TuningInstanceSingleCrit/TuningInstanceMultiCrit. The final result is returned.
TunerFromOptimizer$optimize(inst)
inst
(TuningInstanceSingleCrit | TuningInstanceMultiCrit).
clone()
The objects of this class are cloneable with this method.
TunerFromOptimizer$clone(deep = FALSE)
deep
Whether to make a deep clone.