No description
  • Jupyter Notebook 85.6%
  • Python 14.4%
Find a file
PHYSBO Developers 9319ee4f9f Update tutorials
2026-03-13 04:10:20 +00:00
data Update tutorials 2026-03-13 04:10:20 +00:00
tools/physbo_exe upload source code 2025-01-08 15:22:49 +09:00
.gitignore upload sample data for tutorial 2022-07-11 21:03:46 +09:00
LICENSE update LICENSE 2022-07-07 08:59:33 +09:00
README.md range 2026-02-10 13:42:20 +09:00

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.0
    • tools/physbo_exe: Mozilla Public License Version 2.0
    • data/paper
      • cpc_2022: GNU General Public License v3.0 or later
      • stam_2025: MIT License
      • v3_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:

Yuichi Motoyama, Ryo Tamura, Kazuyoshi Yoshimi, Kei Terayama, Tsuyoshi Ueno, Koji Tsuda, "Bayesian optimization package: PHYSBO", Computer Physics Comunications 278, 108405(2022).

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
      • ...
  • tools
    • physbo_exe
      • physbo.exe.zip
      • PHYSBO_exe_manual_en.md
      • PHYSBO_exe_manual_prev.md
      • candidates.csv

Contact

  • physbo-dev__at__issp.u-tokyo.ac.jp

please replace __at__ by @.