Skip to content

Commit

Permalink
Update Citations, parameter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
till-m committed Dec 25, 2024
1 parent 1a54e1b commit 05fbbcd
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 102 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,16 @@ For constrained optimization:
year={2014}
}
```

For optimization over non-float parameters:
```
@article{garrido2020dealing,
title={Dealing with categorical and integer-valued variables in bayesian optimization with gaussian processes},
author={Garrido-Merch{\'a}n, Eduardo C and Hern{\'a}ndez-Lobato, Daniel},
journal={Neurocomputing},
volume={380},
pages={20--35},
year={2020},
publisher={Elsevier}
}
```
14 changes: 14 additions & 0 deletions docsrc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,20 @@ For constrained optimization:
year={2014}
}

For optimization over non-float parameters:

::

@article{garrido2020dealing,
title={Dealing with categorical and integer-valued variables in bayesian optimization with gaussian processes},
author={Garrido-Merch{\'a}n, Eduardo C and Hern{\'a}ndez-Lobato, Daniel},
journal={Neurocomputing},
volume={380},
pages={20--35},
year={2020},
publisher={Elsevier}
}

.. |tests| image:: https://github.com/bayesian-optimization/BayesianOptimization/actions/workflows/run_tests.yml/badge.svg
.. |Codecov| image:: https://codecov.io/github/bayesian-optimization/BayesianOptimization/badge.svg?branch=master&service=github
:target: https://codecov.io/github/bayesian-optimization/BayesianOptimization?branch=master
Expand Down
135 changes: 33 additions & 102 deletions examples/parameter_types.ipynb

Large diffs are not rendered by default.

0 comments on commit 05fbbcd

Please sign in to comment.