Class or Function Names
- PIMSSampler
Installation
$ pip install -r https://hub.optuna.org/samplers/gp_pims/requirements.txt
Example
Please see example.py.
Others
Reference
Shion Takeno, Yu Inatsu, Masayuki Karasuyama, Ichiro Takeuchi, Posterior Sampling-Based Bayesian Optimization with Tighter Bayesian Regret Bounds, Proceedings of the 41st International Conference on Machine Learning, PMLR 235:47510-47534, 2024.
Bibtex
@InProceedings{pmlr-v235-takeno24a,
title = {Posterior Sampling-Based {B}ayesian Optimization with Tighter {B}ayesian Regret Bounds},
author = {Takeno, Shion and Inatsu, Yu and Karasuyama, Masayuki and Takeuchi, Ichiro},
booktitle = {Proceedings of the 41st International Conference on Machine Learning},
pages = {47510--47534},
year = {2024},
editor = {Salakhutdinov, Ruslan and Kolter, Zico and Heller, Katherine and Weller, Adrian and Oliver, Nuria and Scarlett, Jonathan and Berkenkamp, Felix},
volume = {235},
series = {Proceedings of Machine Learning Research},
month = {21--27 Jul},
publisher = {PMLR},
pdf = {https://raw.githubusercontent.com/mlresearch/v235/main/assets/takeno24a/takeno24a.pdf},
url = {https://proceedings.mlr.press/v235/takeno24a.html}
}
- Package
- samplers/gp_pims
- Author
- Shion TAKENO
- License
- MIT License
- Verified Optuna version
- 3.6.1
- Dependencies (.txt)
- contourpy==1.1.0
- cycler==0.11.0
- Cython==3.0.0
- decorator==5.1.1
- fonttools==4.42.0
- GPy==1.13.1
- importlib-resources==6.0.1
- kiwisolver==1.4.4
- matplotlib==3.7.2
- numpy==1.26.3
- packaging==23.1
- paramz==0.9.6
- Pillow==10.0.0
- pyparsing==3.0.9
- python-dateutil==2.8.2
- scipy==1.11.1
- six==1.16.0
- zipp==3.16.2
- Last update
- 2024-11-14
- Discussions & Issues
- Create a discussion
- Create a bug report