Skip to content

Commit 20f49d3

Browse files
committed
chore: new CRAN release
1 parent 0f88d24 commit 20f49d3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.7.9000
4+
Version: 0.2.8
55
Authors@R: c(
66
person("Lennart", "Schneider", , "[email protected]", role = c("cre", "aut"),
77
comment = c(ORCID = "0000-0003-4152-5308")),

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# mlr3mbo (development version)
1+
# mlr3mbo 0.2.8
2+
3+
* docs: gracefully exit examples of `OptimizerAsyncMbo`, `OptimizerADBO`, `TunerAsyncMbo`, and `TunerADBO` if Redis is not available.
4+
* test: skip tests involving asynchronous logic if Redis is not available.
25

36
# mlr3mbo 0.2.7
47

58
* refactor: refactored `SurrogateLearner` and `SurrogateLearnerCollection` to allow updating on an asynchronous `Archive`.
69
* feat: added experimental `OptimizerAsyncMbo`, `OptimizerADBO`, `TunerAsyncMbo`, and `TunerADBO` that allow for asynchronous optimization.
710
* feat: added `AcqFunctionStochasticCB` and `AcqFunctionStochasticEI` that are useful for asynchronous optimization.
8-
* doc: minor changes to highlight differences between batch and asynchronous objects related to asynchronous support.
11+
* docs: minor changes to highlight differences between batch and asynchronous objects related to asynchronous support.
912
* refactor: `AcqFunction`s and `AcqOptimizer` gained a `reset()` method.
1013

1114
# mlr3mbo 0.2.6

0 commit comments

Comments
 (0)