| mlr_fselectors_async_design_points | R Documentation |
Subclass for asynchronous design points feature selection.
This FSelector can be instantiated with the associated sugar function fs():
fs("async_design_points")
designdata.table::data.table
Design points to try in search, one per row.
mlr3fselect::FSelector -> mlr3fselect::FSelectorAsync -> mlr3fselect::FSelectorAsyncFromOptimizerAsync -> FSelectorAsyncDesignPoints
new()Creates a new instance of this R6 class.
FSelectorAsyncDesignPoints$new()
clone()The objects of this class are cloneable with this method.
FSelectorAsyncDesignPoints$clone(deep = FALSE)
deepWhether to make a deep clone.
Other FSelectorAsync:
mlr_fselectors_async_exhaustive_search,
mlr_fselectors_async_random_search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.