makeTuneControlCMAES(same.resampling.instance = TRUE,
start, ...) makeTuneControlGrid(same.resampling.instance = TRUE)
makeTuneControlIrace(n.instances = 100L,
show.irace.output = FALSE, ...)
makeTuneControlOptim(same.resampling.instance = TRUE,
start, ...)
makeTuneControlRandom(same.resampling.instance = TRUE,
maxit = 100L)
TuneControl
]. The specific subclass is one
of TuneControlGrid
,
TuneControlRandom
,
TuneControlOptim
,
TuneControlCMAES
,
TuneControlIrace
. Some notes on irace: For resampling you have to pass a
ResampleDesc
, not a
ResampleInstance
. The resampling
strategy is randomly instantiated n.instances
times and these are the instances in the sense of irace
(instances
element of tunerConfig
in
irace
). Also note that irace will
always store its tuning results in a file on disk, see
the package documentation for details on this and how to
change the file path.