default_acqfunction | R Documentation |
Chooses a default acquisition function, i.e. the criterion used to propose future points. For single-objective optimization, defaults to mlr_acqfunctions_ei. For multi-objective optimization, defaults to mlr_acqfunctions_smsego.
default_acqfunction(instance)
instance |
(bbotk::OptimInstance). |
AcqFunction
Other mbo_defaults:
default_acqoptimizer()
,
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.