Internally used to transform bbotk::Optimizer to Tuner.
mlr3tuning::Tuner -> mlr3tuning::TunerAsync -> TunerAsyncFromOptimizerAsync
param_set(paradox::ParamSet)
Set of control parameters.
Inherited methods
new()Creates a new instance of this R6 class.
TunerAsyncFromOptimizerAsync$new(optimizer, man = NA_character_)optimizerbbotk::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 TuningInstanceBatchSingleCrit / TuningInstanceBatchMultiCrit until termination. The single evaluations and the final results will be written into the ArchiveAsyncTuning that resides in the TuningInstanceBatchSingleCrit/TuningInstanceBatchMultiCrit. The final result is returned.
TunerAsyncFromOptimizerAsync$optimize(inst)inst(TuningInstanceBatchSingleCrit | TuningInstanceBatchMultiCrit).
clone()The objects of this class are cloneable with this method.
TunerAsyncFromOptimizerAsync$clone(deep = FALSE)deepWhether to make a deep clone.