| infillcrits | R Documentation | 
mlrMBO contains most of the most popular infill criteria, e.g., expected
improvement, (lower) confidence bound etc. Moreover, custom infill criteria
may be generated with the makeMBOInfillCrit function.
makeMBOInfillCritMeanResponse() makeMBOInfillCritStandardError() makeMBOInfillCritEI(se.threshold = 1e-06) makeMBOInfillCritCB(cb.lambda = NULL) makeMBOInfillCritAEI(aei.use.nugget = FALSE, se.threshold = 1e-06) makeMBOInfillCritEQI(eqi.beta = 0.75, se.threshold = 1e-06) makeMBOInfillCritDIB(cb.lambda = 1, sms.eps = NULL) makeMBOInfillCritAdaCB(cb.lambda.start = NULL, cb.lambda.end = NULL)
| se.threshold | [ | 
| cb.lambda | [ | 
| aei.use.nugget | [ | 
| eqi.beta | [ | 
| sms.eps | [ | 
| cb.lambda.start | [ | 
| cb.lambda.end | [ | 
In the multi-objective case we recommend to set cb.lambda to
q(0.5 \cdot π_{CB}^{(1 / n)}) where q is the quantile
function of the standard normal distribution, π_CB is the probability
of improvement value and n is the number of objectives of the considered problem.
makeMBOInfillCrit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.