TunerBatchFromOptimizerBatch | R Documentation |
Internally used to transform bbotk::Optimizer to Tuner.
mlr3tuning::Tuner
-> mlr3tuning::TunerBatch
-> TunerBatchFromOptimizerBatch
param_set
(paradox::ParamSet)
Set of control parameters.
new()
Creates a new instance of this R6 class.
TunerBatchFromOptimizerBatch$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 TuningInstanceBatchSingleCrit / TuningInstanceBatchMultiCrit until termination. The single evaluations and the final results will be written into the ArchiveBatchTuning that resides in the TuningInstanceBatchSingleCrit/TuningInstanceBatchMultiCrit. The final result is returned.
TunerBatchFromOptimizerBatch$optimize(inst)
inst
(TuningInstanceBatchSingleCrit | TuningInstanceBatchMultiCrit).
data.table::data.table.
clone()
The objects of this class are cloneable with this method.
TunerBatchFromOptimizerBatch$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.