powered by
Subclass for generalized simulated annealing tuning calling GenSA::GenSA() from package GenSA.
GenSA::GenSA()
R6::R6Class object inheriting from Tuner.
TunerGenSA$new() tnr("gensa")
smooth :: logical(1)
smooth
logical(1)
temperature :: numeric(1)
temperature
numeric(1)
acceptance.param :: numeric(1)
acceptance.param
verbose :: logical(1)
verbose
trace.mat :: logical(1)
trace.mat
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.
Other Tuner: Tuner, mlr_tuners_design_points, mlr_tuners_grid_search, mlr_tuners_random_search, mlr_tuners
Tuner
mlr_tuners_design_points
mlr_tuners_grid_search
mlr_tuners_random_search
mlr_tuners
# NOT RUN { # see ?Tuner # }
Run the code above in your browser using DataLab