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
* Added reference to JMLR paper.
* Typos in documentations.
* Code more readable since all typings are imported at the beginning of the file.
* Updated stale bot options.
Co-authored-by: eddiebergman <[email protected]>
Co-authored-by: Carolin Benjamins <[email protected]>
Co-authored-by: Matthias Feurer <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
If you have found a bug, please report to [issues](https://github.com/automl/SMAC3/issues). Moreover, we are appreciating any kind of help.
126
116
Find our guidlines for contributing to this package [here](https://github.com/automl/SMAC3/blob/master/.github/CONTRIBUTING.md).
127
117
128
-
If you use SMAC in one of your research projects, please cite us:
118
+
If you use SMAC in one of your research projects, please cite our [JMLR paper](https://jmlr.org/papers/v23/21-0888.html):
129
119
```
130
-
@misc{lindauer2021smac3,
131
-
title={SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization},
132
-
author={Marius Lindauer and Katharina Eggensperger and Matthias Feurer and André Biedenkapp and Difan Deng and Carolin Benjamins and Tim Ruhkopf and René Sass and Frank Hutter},
133
-
year={2021},
134
-
eprint={2109.09831},
135
-
archivePrefix={arXiv},
136
-
primaryClass={cs.LG}
120
+
@article{JMLR:v23:21-0888,
121
+
author = {Marius Lindauer and Katharina Eggensperger and Matthias Feurer and André Biedenkapp and Difan Deng and Carolin Benjamins and Tim Ruhkopf and René Sass and Frank Hutter},
122
+
title = {SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization},
0 commit comments