mlr-org / mlr3mbo

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

surrogate update semantics a bit unclear #25

Closed berndbischl closed 3 years ago

berndbischl commented 3 years ago

the docs say that i am supposed to train on xydt. EITHER that is always the case - then we should call the function train.

OR it is possible for me to do an online-update. if so, how? is that documented?

berndbischl commented 3 years ago

maybe the surrogate should use the archive?