Skip to content

Commit fb42272

Browse files
authored
release: 0.2.5 (#162)
* release: 0.2.5 * chore: remotes
1 parent 438bc3c commit fb42272

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: mlr3mbo
33
Title: Flexible Bayesian Optimization
4-
Version: 0.2.4.9000
4+
Version: 0.2.5
55
Authors@R: c(
66
person("Lennart", "Schneider", , "[email protected]", role = c("cre", "aut"),
77
comment = c(ORCID = "0000-0003-4152-5308")),
@@ -45,7 +45,7 @@ Imports:
4545
checkmate (>= 2.0.0),
4646
data.table,
4747
lgr (>= 0.3.4),
48-
mlr3 (>= 0.14.0),
48+
mlr3 (>= 0.21.0),
4949
mlr3misc (>= 0.11.0),
5050
mlr3tuning (>= 1.0.0),
5151
paradox (>= 1.0.0),
@@ -64,8 +64,6 @@ Suggests:
6464
rpart,
6565
stringi,
6666
testthat (>= 3.0.0)
67-
Remotes:
68-
mlr-org/mlr3
6967
ByteCompile: no
7068
Encoding: UTF-8
7169
Config/testthat/edition: 3

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# mlr3mbo (development version)
1+
# mlr3mbo 0.2.5
2+
3+
* docs: Move vignette to mlr3book.
4+
* feat: Add `AcqFunctionMulti` that can wrap multiple acquisition functions resulting in a multi-objective acquisition function problem.
5+
* feat: Support callbacks in `AcqOptimizer`.
6+
* feat: Allow `AcqFunctionEI` to be adjusted by epsilon to strengthen exploration.
27

38
# mlr3mbo 0.2.4
49

0 commit comments

Comments
 (0)