Learn R Programming

mlr (version 2.3)

makeModelMultiplexerParamSet: Creates a parameter set for model multiplexer tuning.

Description

Handy way to create the param set with less typing.

The following is done automatically:

  • Theselected.learnerparam is created
Parameter names are prefixed. The requires field of each param is set. This makes all parameters subordinate to selected.learner

Usage

makeModelMultiplexerParamSet(multiplexer, ..., .check = TRUE)

Arguments

Value

[ParamSet].

See Also

Other multiplexer: ModelMultiplexer, makeModelMultiplexer

Other tune: ModelMultiplexer, makeModelMultiplexer; TuneControl, TuneControlCMAES, TuneControlGenSA, TuneControlGrid, TuneControlIrace, TuneControlRandom, makeTuneControlCMAES, makeTuneControlGenSA, makeTuneControlGrid, makeTuneControlIrace, makeTuneControlRandom; getTuneResult; makeTuneWrapper; tuneParams; tuneThreshold

Examples

Run this code
# See makeModelMultiplexer

Run the code above in your browser using DataLab