
FSelectorAsyncFromOptimizerAsync
Source:R/FSelectorAsyncFromOptimizerAsync.R
FSelectorAsyncFromOptimizerAsync.RdInternally used to transform bbotk::Optimizer to FSelector.
Super classes
mlr3fselect::FSelector -> mlr3fselect::FSelectorAsync -> FSelectorAsyncFromOptimizerAsync
Active bindings
param_set(paradox::ParamSet)
Set of control parameters.
Methods
Method new()
Creates a new instance of this R6 class.
Usage
FSelectorAsyncFromOptimizerAsync$new(optimizer, man = NA_character_)Arguments
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().
Method optimize()
Performs the feature selection on a FSelectInstanceAsyncSingleCrit / FSelectInstanceAsyncMultiCrit until termination. The single evaluations and the final results will be written into the ArchiveAsyncFSelect that resides in the FSelectInstanceAsyncSingleCrit/FSelectInstanceAsyncMultiCrit. The final result is returned.