makeMBOInfillCrit | R Documentation |
The infill criterion guides the model based search process. The most prominent infill criteria, e.g., expected improvement, lower confidence bound and others, are already implemented in mlrMBO. Moreover, the package allows for the creation of custom infill criteria.
makeMBOInfillCrit( fun, name, id, opt.direction = "minimize", components = character(0L), params = list(), requires.se = FALSE )
fun |
[
Important: Internally, this function will be minimized. So the proposals will be where this function is low. |
name |
[ |
id |
[ |
opt.direction |
[ |
components |
[ |
params |
[ |
requires.se |
[ |
[MBOInfillCrit
]
Expected Improvement
Mean response
Standard error
Confidence bound with lambda automatically chosen, see infillcrits
Confidence bound with lambda=1
Confidence bound with lambda=2
Augmented expected improvement
Expected quantile improvement
Direct indicator-based with lambda=1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.