| makeModelMultiplexerParamSet {mlr} | R Documentation |
Creates a parameter set for model multiplexer tuning.
Description
Handy way to create the param set with less typing.
The following is done automatically:
The
selected.learnerparam is createdParameter names are prefixed.
The
requiresfield of each param is set. This makes all parameters subordinate toselected.learner
Usage
makeModelMultiplexerParamSet(multiplexer, ..., .check = TRUE)
Arguments
multiplexer |
(ModelMultiplexer) |
... |
(ParamHelpers::ParamSet | ParamHelpers::Param) |
.check |
(logical) |
Value
See Also
Other multiplexer:
makeModelMultiplexer()
Other tune:
TuneControl,
getNestedTuneResultsOptPathDf(),
getNestedTuneResultsX(),
getResamplingIndices(),
getTuneResult(),
makeModelMultiplexer(),
makeTuneControlCMAES(),
makeTuneControlDesign(),
makeTuneControlGenSA(),
makeTuneControlGrid(),
makeTuneControlIrace(),
makeTuneControlMBO(),
makeTuneControlRandom(),
makeTuneWrapper(),
tuneParams(),
tuneThreshold()
Examples
# See makeModelMultiplexer