mlr-org / mlr3mbo

Flexible Bayesian Optimization in R
https://mlr3mbo.mlr-org.com
25 stars 1 forks source link

feat: Update Surrogate a final time after the optimization process has finished #132

Closed sumny closed 1 year ago

sumny commented 1 year ago

Related to #131 Mechanism is wrapped in a try catch statement and if it fails (e.g. when using bayesopt_parego) a warning will be logged

larskotthoff commented 1 year ago

Might be better to add a parameter to control this -- if I don't need the surrogate model and its expensive to fit, this might be a lot of wasted computation.