Description Usage Arguments Value
Uses the mosmafs
package to perform infill optimization. The infill criteria are not
the ones from mlrMBO
, but instead the ones given by an Infill
object.
This function should probably not be called directly, but instead should be given to mlrMBO::mbo
as the infill criterion. This is usually done using makeMBFControl()
and then mobafeasMBO()
.
1 2 | infillOptMobafeas(infill.crit, models, control, par.set, opt.path, designs,
iter, ...)
|
infill.crit |
|
models |
|
control |
|
par.set |
|
opt.path |
|
designs |
|
iter |
|
... |
ignored |
data.frame
of suggested point to evaluate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.