Skip to content

Commit 42d8b11

Browse files
committed
docs: update NEWS.md
1 parent fdfff59 commit 42d8b11

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# mlr3mbo 0.2.1.9000
22

3+
* feat: `OptimizerMbo` and `TunerMbo` now update the `Surrogate` a final time after the optimization process finished to
4+
ensure that the `Surrogate` correctly reflects the state of being trained on all data seen during optimization.
5+
* fix: `AcqFunction` domain construction now respects `Surrogate` cols_x field.
6+
* feat: support more than one candidate point as a result of acquisition function optimization even for
7+
non-batch acquisition functions.
38
* feat: added `default_gp` and `default_rf` helpers that allow for construction of a default
49
Gaussian Process and random forest as for example used within `default_surrogate`.
510
* refactor: changed Gaussian Process and random forest defaults (in `default_gp` and `default_rf` and therefore also in
611
`default_surrogate`). Gaussian Process now uses a `"matern5_2"` kernel. Random forest now uses 100 trees.
7-
The number of trees used in the fallback random forest was reduced to 10.
12+
The number of trees used in the fallback random forest was reduced to 10.
813

914
# mlr3mbo 0.2.1
1015

0 commit comments

Comments
 (0)