You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Added mlr_acqoptimizers dictionary with pre-defined acquisition function optimizers (AcqOptimizerDirect, AcqOptimizerLbfgsb, AcqOptimizerLocalSearch, AcqOptimizerRandomSearch).
perf: Default surrogate model, acquisition function, optimizer, and further settings of OptimizerMbo are now empirically derived from a large-scale benchmark study, significantly improving out-of-the-box optimization performance.