Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,16 @@ OptunaHub is composed of the following three related repositories. Please contri
## License

MIT License (see [LICENSE](https://github.com/optuna/optunahub/blob/main/LICENSE)).

## Citation

Please cite [the OptunaHub paper](https://arxiv.org/abs/2510.02798) with the following format when you use it in your project:

```bibtex
@article{ozaki2025optunahub,
title={{OptunaHub}: A Platform for Black-Box Optimization},
author={Ozaki, Yoshihiko and Watanabe, Shuhei and Yanase, Toshihiko},
journal={arXiv preprint arXiv:2510.02798},
year={2025}
}
```