We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc567a7 commit f480c3cCopy full SHA for f480c3c
NEWS.md
@@ -1,5 +1,11 @@
1
# mlr3mbo (development version)
2
3
+* fix: logger changes related to bbotk.
4
+* fix: assure that candidates after acquisition function optimization are always within bounds.
5
+* perf: minor changes to speed up predictions with `SurrogateLearner` and `SurrogateLearnerCollection`.
6
+* feat: added supported for input and output transformations (see `InputTrafo`, `OutputTrafo` and the related classes).
7
+* refactor: dropped functionality to assert insample performance of the surrogate model completely.
8
+
9
# mlr3mbo 0.2.9
10
11
* chore: silence rush logger and fixed some partial matches, depend on mlr3 >= 0.22.1.
0 commit comments