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
Summary:
## Motivation
* Refer to log variants of acquisition functions, with explanation in footnote
* Fix broken links
* Mention `qLogNParEGO` exists (previous documentation implied the user would have to implement ParEGO variants themself)
Pull Request resolved: #2438
Test Plan: Built the website locally and checked every link manually
Reviewed By: saitcakmak
Differential Revision: D60043743
Pulled By: esantorella
fbshipit-source-id: 7793d4baed869b0ef671cb2b2507d9e8bb9a4b92
convenience function generates these scalarizations.
79
+
80
80
[^qNEHVI]: S. Daulton, M. Balandat, and E. Bakshy. Parallel Bayesian
81
81
Optimization of Multiple Noisy Objectives with Expected Hypervolume Improvement.
82
82
Advances in Neural Information Processing Systems 34, 2021.
83
83
[paper](https://arxiv.org/abs/2105.08195)
84
84
85
+
[^LogEI]: S. Ament, S. Daulton, D. Eriksson, M. Balandat, and E. Bakshy.
86
+
Unexpected Improvements to Expected Improvement for Bayesian Optimization. Advances
87
+
in Neural Information Processing Systems 36, 2023.
88
+
[paper](https://arxiv.org/abs/2310.20708) "Log" variances of acquisition
89
+
functions, such as [`qLogNoisyExpectedHypervolumeImprovement`](../api/acquisition.html#botorch.acquisition.multi_objective.logei.qLogNoisyExpectedHypervolumeImprovement),
90
+
offer improved numerics compared to older counterparts such as
0 commit comments