makeTuneControlRandom {mlr} | R Documentation |
Create control object for hyperparameter tuning with random search.
Description
Random search. All kinds of parameter types can be handled.
Usage
makeTuneControlRandom(
same.resampling.instance = TRUE,
maxit = NULL,
tune.threshold = FALSE,
tune.threshold.args = list(),
log.fun = "default",
final.dw.perc = NULL,
budget = NULL
)
Arguments
same.resampling.instance |
( |
maxit |
( |
tune.threshold |
( |
tune.threshold.args |
(list) |
log.fun |
( |
final.dw.perc |
( |
budget |
( |
Value
See Also
Other tune:
TuneControl
,
getNestedTuneResultsOptPathDf()
,
getNestedTuneResultsX()
,
getResamplingIndices()
,
getTuneResult()
,
makeModelMultiplexer()
,
makeModelMultiplexerParamSet()
,
makeTuneControlCMAES()
,
makeTuneControlDesign()
,
makeTuneControlGenSA()
,
makeTuneControlGrid()
,
makeTuneControlIrace()
,
makeTuneControlMBO()
,
makeTuneWrapper()
,
tuneParams()
,
tuneThreshold()