| makeTuneControlDesign {mlr} | R Documentation |
Completely pre-specifiy a data.frame of design points to be evaluated
during tuning. All kinds of parameter types can be handled.
makeTuneControlDesign( same.resampling.instance = TRUE, impute.val = NULL, design = NULL, tune.threshold = FALSE, tune.threshold.args = list(), log.fun = "default" )
same.resampling.instance |
( |
impute.val |
(numeric) |
design |
(data.frame) |
tune.threshold |
( |
tune.threshold.args |
(list) |
log.fun |
( |
Other tune:
TuneControl,
getNestedTuneResultsOptPathDf(),
getNestedTuneResultsX(),
getResamplingIndices(),
getTuneResult(),
makeModelMultiplexerParamSet(),
makeModelMultiplexer(),
makeTuneControlCMAES(),
makeTuneControlGenSA(),
makeTuneControlGrid(),
makeTuneControlIrace(),
makeTuneControlMBO(),
makeTuneControlRandom(),
makeTuneWrapper(),
tuneParams(),
tuneThreshold()