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