Learn R Programming

mlr3tuning (version 1.5.1)

ObjectiveTuningAsync: 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.

Arguments

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.