| acqo | R Documentation | 
This function allows to construct an AcqOptimizer in the spirit
of mlr_sugar from mlr3.
acqo(optimizer, terminator, acq_function = NULL, callbacks = NULL, ...)
| optimizer | (bbotk::OptimizerBatch) | 
| terminator | (bbotk::Terminator) | 
| acq_function | ( | 
| callbacks | ( | 
| ... | (named  | 
AcqOptimizer
library(bbotk)
acqo(opt("random_search"), trm("evals"), catch_errors = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.