View source: R/makeMBOControl.R
makeMBOControl | R Documentation |
Creates a control object for MBO optimization.
makeMBOControl( n.objectives = 1L, propose.points = 1L, final.method = "best.true.y", final.evals = 0L, y.name = "y", impute.y.fun = NULL, trafo.y.fun = NULL, suppress.eval.errors = TRUE, save.on.disk.at = integer(0L), save.on.disk.at.time = Inf, save.file.path = file.path(getwd(), "mlrMBO_run.RData"), store.model.at = NULL, resample.at = integer(0), resample.desc = makeResampleDesc("CV", iter = 10), resample.measures = list(mse), output.num.format = "%.3g", on.surrogate.error = "stop" )
n.objectives |
[ |
propose.points |
[ |
final.method |
[ |
final.evals |
[ |
y.name |
[ |
impute.y.fun |
[ |
trafo.y.fun |
[ |
suppress.eval.errors |
[ |
save.on.disk.at |
[ |
save.on.disk.at.time |
[ |
save.file.path |
[ |
store.model.at |
[ |
resample.at |
[ |
resample.desc |
[ |
resample.measures |
[list of |
output.num.format |
[ |
on.surrogate.error |
[ |
[MBOControl
].
Other MBOControl:
setMBOControlInfill()
,
setMBOControlMultiObj()
,
setMBOControlMultiPoint()
,
setMBOControlTermination()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.