Skip to content

Commit a6032f4

Browse files
Balandatfacebook-github-bot
authored andcommitted
Fix link to qEHVI paper in readme and tutorial (#471)
Summary: Pull Request resolved: #471 Differential Revision: D22391017 Pulled By: Balandat fbshipit-source-id: bf137d9201549bf9baf3119aba46f5128a416a56
1 parent 528750b commit a6032f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ If you use BoTorch, please cite the following paper:
162162
```
163163

164164
If you use q-Expected Hypervolume Improvement, q-ParEGO, or analytic Expected Hypervolume Improvement with auto-differentiation, please also cite the following paper:
165-
> [S. Daulton, M. Balandat, E. Bakshy. Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization. ArXiv e-prints, 2020.](http://arxiv.org/abs/1910.06403)
165+
> [S. Daulton, M. Balandat, E. Bakshy. Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization. ArXiv e-prints, 2020.](https://arxiv.org/abs/2006.05078)
166166
167167
```
168168
@article{daulton2020differentiable,

tutorials/multi_objective_bo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"\n",
1919
"Since botorch assumes a maximization of all objectives, we seek to find the pareto frontier, the set of optimal trade-offs where improving one metric means deteriorating another.\n",
2020
"\n",
21-
"[1] [Samuel Daulton, Maximillian Balandat, Eytan Bakshy. Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization. ArXiv e-prints, 2020.](http://arxiv.org/abs/1910.06403)"
21+
"[1] [Samuel Daulton, Maximillian Balandat, Eytan Bakshy. Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization. ArXiv e-prints, 2020.](https://arxiv.org/abs/2006.05078)"
2222
]
2323
},
2424
{

0 commit comments

Comments
 (0)