This function allows to construct an AcqOptimizer in the spirit
of mlr_sugar
from mlr3.
Arguments
- optimizer
(bbotk::OptimizerBatch)
bbotk::OptimizerBatch that is to be used.- terminator
(bbotk::Terminator)
bbotk::Terminator that is to be used.- acq_function
(
NULL
| AcqFunction)
AcqFunction that is to be used. Can also beNULL
.- callbacks
(
NULL
| list of mlr3misc::Callback) Callbacks used during acquisition function optimization.- ...
(named
list()
)
Named arguments passed to the constructor, to be set as parameters in the paradox::ParamSet.