mlr3mbo
mlr3mbo copied to clipboard
allow for storing intermediate archive during optimization on disk
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.
solved by bbotk callbcaks and #145