mlr_tuners_async_design_points | R Documentation |
Subclass for asynchronous design points tuning.
This Tuner can be instantiated with the associated sugar function tnr()
:
tnr("async_design_points")
design
data.table::data.table
Design points to try in search, one per row.
mlr3tuning::Tuner
-> mlr3tuning::TunerAsync
-> mlr3tuning::TunerAsyncFromOptimizerAsync
-> TunerAsyncDesignPoints
new()
Creates a new instance of this R6 class.
TunerAsyncDesignPoints$new()
clone()
The objects of this class are cloneable with this method.
TunerAsyncDesignPoints$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other TunerAsync:
mlr_tuners_async_grid_search
,
mlr_tuners_async_random_search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.