diff --git a/DESCRIPTION b/DESCRIPTION index e7a6b9e..3ab9861 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: mlr3mbo Title: Flexible Bayesian Optimization -Version: 0.2.4.9000 +Version: 0.2.5 Authors@R: c( person("Lennart", "Schneider", , "lennart.sch@web.de", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-4152-5308")), diff --git a/NEWS.md b/NEWS.md index cb1beef..a96430f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,9 @@ -# mlr3mbo (development version) +# mlr3mbo 0.2.5 + +* docs: Move vignette to mlr3book. +* feat: Add `AcqFunctionMulti` that can wrap multiple acquisition functions resulting in a multi-objective acquisition function problem. +* feat: Support callbacks in `AcqOptimizer`. +* feat: Allow `AcqFunctionEI` to be adjusted by epsilon to strengthen exploration. # mlr3mbo 0.2.4