mlr-org / mlr3mbo

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

allow for storing intermediate archive during optimization on disk #75

Closed sumny closed 1 month ago

be-marc commented 2 years ago

This could be achieved with https://github.com/mlr-org/mlr3misc/pull/73, https://github.com/mlr-org/bbotk/pull/180 and https://github.com/mlr-org/mlr3tuning/pull/343. I already implemented callback_backup in mlr3tuning.

sumny commented 1 month ago

solved by bbotk callbcaks and #145