ObjectiveTuningAsync {mlr3tuning} | R Documentation |
Class for Tuning Objective
Description
Stores the objective function that estimates the performance of hyperparameter configurations. This class is usually constructed internally by the TuningInstanceBatchSingleCrit or TuningInstanceBatchMultiCrit.
Super classes
bbotk::Objective
-> mlr3tuning::ObjectiveTuning
-> ObjectiveTuningAsync
Methods
Public methods
Inherited methods
Method clone()
The objects of this class are cloneable with this method.
Usage
ObjectiveTuningAsync$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package mlr3tuning version 1.0.0 Index]