mlr3tuning (version 0.1.0)

TunerGenSA: TunerGenSA

Description

Subclass for generalized simulated annealing tuning calling GenSA::GenSA() from package GenSA.

Arguments

Format

R6::R6Class object inheriting from Tuner.

Construction

TunerGenSA$new()
tnr("gensa")

Parameters

This tuner currently supports the following hyperparameters:

  • smooth :: logical(1)

  • temperature :: numeric(1)

  • acceptance.param :: numeric(1)

  • verbose :: logical(1)

  • trace.mat :: logical(1)

For the meaning of the control parameters, see GenSA::GenSA(). Note that we have removed all control parameters which refer to the termination of the algorithm and where our terminators allow to obtain the same behavior.

See Also

Other Tuner: TunerDesignPoints, TunerGridSearch, TunerRandomSearch, Tuner, mlr_tuners

Examples

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

Run the code above in your browser using DataCamp Workspace