Skip to content

Commit 05fbbcd

Browse files
committed
Update Citations, parameter notebook
1 parent 1a54e1b commit 05fbbcd

File tree

3 files changed

+60
-102
lines changed

3 files changed

+60
-102
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,16 @@ For constrained optimization:
185185
year={2014}
186186
}
187187
```
188+
189+
For optimization over non-float parameters:
190+
```
191+
@article{garrido2020dealing,
192+
title={Dealing with categorical and integer-valued variables in bayesian optimization with gaussian processes},
193+
author={Garrido-Merch{\'a}n, Eduardo C and Hern{\'a}ndez-Lobato, Daniel},
194+
journal={Neurocomputing},
195+
volume={380},
196+
pages={20--35},
197+
year={2020},
198+
publisher={Elsevier}
199+
}
200+
```

docsrc/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,20 @@ For constrained optimization:
199199
year={2014}
200200
}
201201

202+
For optimization over non-float parameters:
203+
204+
::
205+
206+
@article{garrido2020dealing,
207+
title={Dealing with categorical and integer-valued variables in bayesian optimization with gaussian processes},
208+
author={Garrido-Merch{\'a}n, Eduardo C and Hern{\'a}ndez-Lobato, Daniel},
209+
journal={Neurocomputing},
210+
volume={380},
211+
pages={20--35},
212+
year={2020},
213+
publisher={Elsevier}
214+
}
215+
202216
.. |tests| image:: https://github.com/bayesian-optimization/BayesianOptimization/actions/workflows/run_tests.yml/badge.svg
203217
.. |Codecov| image:: https://codecov.io/github/bayesian-optimization/BayesianOptimization/badge.svg?branch=master&service=github
204218
:target: https://codecov.io/github/bayesian-optimization/BayesianOptimization?branch=master

examples/parameter_types.ipynb

Lines changed: 33 additions & 102 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)