- Jupyter Notebook 85.6%
- Python 14.4%
| data | ||
| tools/physbo_exe | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
PHYSBO Gallery
About
PHYSBO (optimization tools for PHYSics based on Bayesian Optimization) is a Python library for fast and scalable Bayesian optimization. It has been developed mainly for application in the basic sciences such as physics and materials science. Bayesian optimization is used to select an appropriate input for experiments/simulations from candidate inputs listed in advance in order to obtain better output values with the help of machine learning prediction. PHYSBO can be used to find better solutions for both single and multi-objective optimization problems. At each cycle in the Bayesian optimization, a single proposal or multiple proposals can be obtained for the next experiments/simulations. These proposals can be obtained interactively for use in experiments. PHYSBO is available at https://github.com/issp-center-dev/PHYSBO. This repository provides the sample data including input and output data for PHYSBO.
License
- Documents: CC BY 4.0
- Source codes:
tutorial: Mozilla Public License Version 2.0tools/physbo_exe: Mozilla Public License Version 2.0data/papercpc_2022: GNU General Public License v3.0 or laterstam_2025: MIT Licensev3_2026: Mozilla Public License Version 2.0
We hope that you cite the reference when you publish the results using PHYSBO, our data or codes:
Bibtex:
@article{MOTOYAMA2022108405,
title = {Bayesian optimization package: PHYSBO},
journal = {Computer Physics Communications},
volume = {278},
pages = {108405},
year = {2022},
issn = {0010-4655},
doi = {https://doi.org/10.1016/j.cpc.2022.108405},
url = {https://www.sciencedirect.com/science/article/pii/S0010465522001242},
author = {Yuichi Motoyama and Ryo Tamura and Kazuyoshi Yoshimi and Kei Terayama and Tsuyoshi Ueno and Koji Tsuda}
}
Folder structures
- LICENSE
- README.md
- data
- paper
- cpc_2022
- stam_2025
- v3_2026
- tutorial
- 01.basic
- 02.Guassian_process
- 03.interactive_mode
- ...
- paper
- tools
- physbo_exe
- physbo.exe.zip
- PHYSBO_exe_manual_en.md
- PHYSBO_exe_manual_prev.md
- candidates.csv
- physbo_exe
Contact
- physbo-dev__at__issp.u-tokyo.ac.jp
please replace __at__ by @.