Description Usage Arguments Value See Also
Create an objective function that resamples learner
on task
with resampling
and measures measure
(optional), together
with the number of features selected.
The ParamSet
given should only apply to the learner (and the
cpo
if given); a parameter selector.selection
is added to it.
The complete parameter set of the function can be obtained using
getParamSet()
.
learner
must not include a cpoSelector()
applied to it, this
happens automatically within makeObjective
.
1 2 3 | makeMobafeasObjective(learner, task, ps = pSS(), resampling,
measure = NULL, holdout.data = NULL, worst.measure = NULL,
cpo = NULLCPO, multi.objective = TRUE)
|
learner |
|
task |
|
ps |
|
resampling |
|
measure |
|
holdout.data |
|
worst.measure |
|
cpo |
|
multi.objective |
|
function
an objective function for mlrMBO::mbo
.
Other Control Objects: MosmafsConfig
,
makeMBFControl
,
setMBFControlInfill
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.