Internally used to transform bbotk::Optimizer to FSelector.
mlr3fselect::FSelector -> mlr3fselect::FSelectorBatch -> FSelectorBatchFromOptimizerBatch
new()Creates a new instance of this R6 class.
FSelectorBatchFromOptimizerBatch$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 feature selection on a FSelectInstanceBatchSingleCrit / FSelectInstanceBatchMultiCrit until termination.
FSelectorBatchFromOptimizerBatch$optimize(inst)inst(FSelectInstanceBatchSingleCrit | FSelectInstanceBatchMultiCrit).
clone()The objects of this class are cloneable with this method.
FSelectorBatchFromOptimizerBatch$clone(deep = FALSE)deepWhether to make a deep clone.