mlr_tuners_async_design_points {mlr3tuning} | R Documentation |
Hyperparameter Tuning with Asynchronous Design Points
Description
Subclass for asynchronous design points tuning.
Dictionary
This Tuner can be instantiated with the associated sugar function tnr()
:
tnr("async_design_points")
Parameters
design
data.table::data.table
Design points to try in search, one per row.
Super classes
mlr3tuning::Tuner
-> mlr3tuning::TunerAsync
-> mlr3tuning::TunerAsyncFromOptimizerAsync
-> TunerAsyncDesignPoints
Methods
Public methods
Inherited methods
Method new()
Creates a new instance of this R6 class.
Usage
TunerAsyncDesignPoints$new()
Method clone()
The objects of this class are cloneable with this method.
Usage
TunerAsyncDesignPoints$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
See Also
Other TunerAsync:
mlr_tuners_async_grid_search
,
mlr_tuners_async_random_search
[Package mlr3tuning version 1.0.0 Index]