Skip to content

Commit 464d3ef

Browse files
committed
release: 1.1.1
1 parent 5196f3c commit 464d3ef

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

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: 1.1.0.9000
4+
Version: 1.1.1
55
Authors@R: c(
66
person("Marc", "Becker", , "marcbecker@posteo.de", role = c("cre", "aut"),
77
comment = c(ORCID = "0000-0002-8115-0400")),

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# mlr3mbo (development version)
1+
# mlr3mbo 1.1.1
22

3-
* fix: `SurrogateLearner` and `SurrogateLearnerCollection` now correctly apply their output transformation after imputing running evaluations.
3+
* fix: `acqo()` now correctly returns the `mlr_acqoptimizers` dictionary when called with no arguments (#211).
4+
* fix: `AcqFunctionEILog` now provides a more informative error message when the surrogate is not configured with the correct output transformation.
45
* fix: `AcqOptimizerDirect` and `AcqOptimizerLbfgsb` now correctly enforce the `max_restarts` limit in all cases.
6+
* fix: `SurrogateLearner` and `SurrogateLearnerCollection` now correctly apply their output transformation after imputing running evaluations.
57

68
# mlr3mbo 1.1.0
79

0 commit comments

Comments
 (0)