Skip to contents

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

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.