File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments