Internally used to transform bbotk::Optimizer to Tuner.
mlr3tuning::Tuner -> TunerFromOptimizer
new()Creates a new instance of this R6 class.
TunerFromOptimizer$new(optimizer)
optimizerbbotk::Optimizer Optimizer that is called.
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)
clone()The objects of this class are cloneable with this method.
TunerFromOptimizer$clone(deep = FALSE)
deepWhether to make a deep clone.