The FSelectorAsync implements the asynchronous optimization algorithm.
Details
FSelectorAsync is an abstract base class that implements the base functionality each asynchronous fselector must provide.
Resources
There are several sections about feature selection in the mlr3book.
Learn more about fselectors.
The gallery features a collection of case studies and demos about optimization.
Utilize the built-in feature importance of models with Recursive Feature Elimination.
Run a feature selection with Shadow Variable Search.
Super class
FSelector -> FSelectorAsync
Methods
Inherited methods
FSelectorAsync$optimize()
Performs the feature selection on a FSelectInstanceAsyncSingleCrit or FSelectInstanceAsyncMultiCrit until termination. The single evaluations will be written into the ArchiveAsyncFSelect that resides in the FSelectInstanceAsyncSingleCrit/FSelectInstanceAsyncMultiCrit. The result will be written into the instance object.
