You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40-2Lines changed: 40 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,44 @@
2
2
3
3
The release log for BoTorch.
4
4
5
+
6
+
## [0.9.3] - Nov 2, 2023
7
+
8
+
### Highlights
9
+
* Additional "Log" acquisition functions for multi-objective optimization with better numerical behavior, which often leads to significantly improved BO performance over their non-"Log" counterparts:
10
+
*`qLogEHVI` (#2036).
11
+
*`qLogNEHVI` (#2045, #2046, #2048, #2051).
12
+
* Support fully Bayesian models with `LogEI`-type acquisition functions (#2058).
13
+
*`FixedNoiseGP` and `FixedNoiseMultiFidelityGP` have been deprecated, their functionalities merged into `SingleTaskGP` and `SingleTaskMultiFidelityGP`, respectively (#2052, #2053).
0 commit comments