Defines a Parameter Configuration consisting of a ParamSet
that defines the search range for the Hyperparameter Optimization.
Additionally you might want to specify some hard Parameters that are not supposed to be optimized but are necessary to be specified.
You might want to pass a Learner to associate the ParConfig
to a special Learner.
makeParConfig( par.set, learner = NULL, par.vals = NULL, learner.name = NULL, note = character(1L) )
par.set | [ |
---|---|
learner | [ |
par.vals | [ |
learner.name | [ |
note | [ |
[ParConfig
]
Other ParConfig:
getParConfigLearnerClass()
,
getParConfigLearnerName()
,
getParConfigLearnerType()
,
getParConfigNote()
,
getParConfigParSet()
,
getParConfigParVals()
,
setParConfigLearnerType()
,
setParConfigLearner()
,
setParConfigNote()
,
setParConfigParSet()
,
setParConfigParVals()