mlr3tuning (version 0.1.0)

TunerDesignPoints: TunerDesignPoints

Description

Subclass for tuning w.r.t. fixed design points.

We simply search over a set of points fully specified by the user. The points in the design are evaluated in order as given.

In order to support general termination criteria and parallelization, we evaluate points in a batch-fashion of size batch_size. Larger batches mean we can parallelize more, smaller batches imply a more fine-grained checking of termination criteria.

Arguments

Format

R6::R6Class object inheriting from Tuner.

Construction

TunerDesignPoints$new()
tnr("design_points")

Parameters

  • batch_size :: integer(1) Maximum number of configurations to try in a batch.

See Also

Other Tuner: TunerGenSA, TunerGridSearch, TunerRandomSearch, Tuner, mlr_tuners

Examples

Run this code
# NOT RUN {
# see ?Tuner
# }

Run the code above in your browser using DataCamp Workspace