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 10 months ago

sumny commented 10 months 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 10 months 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.