| default_acqoptimizer | R Documentation |
Chooses a default acquisition function optimizer.
Defaults to AcqOptimizerLocalSearch with n_searches = 10, n_steps = ceiling(100 * D^2 / 300),
and n_neighs = 30, where D is the dimension of the search space.
default_acqoptimizer(acq_function, instance)
acq_function |
(AcqFunction). |
instance |
(bbotk::OptimInstance). |
AcqOptimizer
Other mbo_defaults:
default_acqfunction(),
default_gp(),
default_loop_function(),
default_result_assigner(),
default_rf(),
default_surrogate(),
mbo_defaults
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.