Description Usage Arguments Value See Also Examples
View source: R/ModelMultiplexerParamSet.R
Handy way to create the param set with less typing.
The following is done automatically:
The selected.learner
param is created
Parameter names are prefixed.
The requires
field of each param is set.
This makes all parameters subordinate to selected.learner
1 | makeModelMultiplexerParamSet(multiplexer, ..., .check = TRUE)
|
multiplexer |
[ |
... |
[ |
.check |
[ |
[ParamSet
].
Other multiplexer: makeModelMultiplexer
Other tune: TuneControl
,
getNestedTuneResultsOptPathDf
,
getNestedTuneResultsX
,
getTuneResult
,
makeModelMultiplexer
,
makeTuneControlCMAES
,
makeTuneControlDesign
,
makeTuneControlGenSA
,
makeTuneControlGrid
,
makeTuneControlIrace
,
makeTuneControlMBO
,
makeTuneControlRandom
,
makeTuneWrapper
, tuneParams
,
tuneThreshold
1 | # See makeModelMultiplexer
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.