acqo {mlr3mbo} | R Documentation |
This function allows to construct an AcqOptimizer in the spirit
of mlr_sugar
from mlr3.
acqo(optimizer, terminator, acq_function = NULL, ...)
optimizer |
(bbotk::Optimizer) |
terminator |
(bbotk::Terminator) |
acq_function |
( |
... |
(named |
library(bbotk)
acqo(opt("random_search"), trm("evals"), catch_errors = FALSE)