TunerAsync | R Documentation |
The TunerAsync implements the asynchronous optimization algorithm.
TunerAsync is an abstract base class that implements the base functionality each asynchronous tuner must provide.
There are several sections about hyperparameter optimization in the mlr3book.
The gallery features a collection of case studies and demos about optimization.
Use the Hyperband optimizer with different budget parameters.
mlr3tuning::Tuner
-> TunerAsync
optimize()
Performs the tuning on a TuningInstanceAsyncSingleCrit or TuningInstanceAsyncMultiCrit until termination. The single evaluations will be written into the ArchiveAsyncTuning that resides in the TuningInstanceAsyncSingleCrit/TuningInstanceAsyncMultiCrit. The result will be written into the instance object.
TunerAsync$optimize(inst)
inst
(TuningInstanceAsyncSingleCrit | TuningInstanceAsyncMultiCrit).
data.table::data.table()
clone()
The objects of this class are cloneable with this method.
TunerAsync$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.