mlr3tuning (version 0.1.0)

TunerGridSearch: TunerGridSearch

Description

Subclass for grid search tuning.

The grid is constructed as a Cartesian product over discretized values per parameter, see paradox::generate_design_grid(). The points of the grid are evaluated in a random order.

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

TunerGridSearch$new()
tnr("grid_search")

Parameters

See Also

Other Tuner: TunerDesignPoints, TunerGenSA, TunerRandomSearch, Tuner, mlr_tuners

Examples

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

Run the code above in your browser using DataCamp Workspace