View source: R/setMBOControlInfill.R
setMBOControlInfill | R Documentation |
Please note that internally all infill criteria are minimized. So for some of them, we internally compute their negated version, e.g., for EI or also for CB when the objective is to be maximized. In the latter case mlrMBO actually computes the negative upper confidence bound and minimizes that.
setMBOControlInfill( control, crit = NULL, interleave.random.points = 0L, filter.proposed.points = NULL, filter.proposed.points.tol = NULL, opt = "focussearch", opt.restarts = NULL, opt.focussearch.maxit = NULL, opt.focussearch.points = NULL, opt.cmaes.control = NULL, opt.ea.maxit = NULL, opt.ea.mu = NULL, opt.ea.sbx.eta = NULL, opt.ea.sbx.p = NULL, opt.ea.pm.eta = NULL, opt.ea.pm.p = NULL, opt.ea.lambda = NULL, opt.nsga2.popsize = NULL, opt.nsga2.generations = NULL, opt.nsga2.cprob = NULL, opt.nsga2.cdist = NULL, opt.nsga2.mprob = NULL, opt.nsga2.mdist = NULL )
control |
[ |
crit |
[ |
interleave.random.points |
[ |
filter.proposed.points |
[ |
filter.proposed.points.tol |
[ |
opt |
[ |
opt.restarts |
[ |
opt.focussearch.maxit |
[ |
opt.focussearch.points |
[ |
opt.cmaes.control |
[ |
opt.ea.maxit |
[ |
opt.ea.mu |
[ |
opt.ea.sbx.eta |
[ |
opt.ea.sbx.p |
[ |
opt.ea.pm.eta |
[ |
opt.ea.pm.p |
[ |
opt.ea.lambda |
[ |
opt.nsga2.popsize |
[ |
opt.nsga2.generations |
[ |
opt.nsga2.cprob |
[ |
opt.nsga2.cdist |
[ |
opt.nsga2.mprob |
[ |
opt.nsga2.mdist |
[ |
[MBOControl
].
Other MBOControl:
makeMBOControl()
,
setMBOControlMultiObj()
,
setMBOControlMultiPoint()
,
setMBOControlTermination()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.