项目作者: jungtaekkim

项目描述 :
Simple, but essential Bayesian optimization package
高级语言: Python
项目地址: git://github.com/jungtaekkim/bayeso.git
创建时间: 2017-11-29T04:41:57Z
项目社区:https://github.com/jungtaekkim/bayeso

开源协议:MIT License

下载




BayesO: A Bayesian Optimization Framework in Python

DOI
Build Status
Coverage Status
PyPI - Python Version
License: MIT
Documentation Status



Simple, but essential Bayesian optimization package.

Installation

We recommend installing it with virtualenv.
You can choose one of three installation options.

  • Using PyPI repository (for user installation)

To install the released version in PyPI repository, command it.

  1. $ pip install bayeso
  • Using source code (for developer installation)

To install bayeso from source code, command the following in the bayeso root.

  1. pip install .
  • Using source code (for editable development mode)

To use editable development mode, command the following in the bayeso root.

  1. pip install -e .

If you want to install the packages required for optional features, development, and examples, you can simply add [optional], [dev], and [examples].
For example, pip install .[dev] or pip install -e .[dev].

  • Uninstallation

If you would like to uninstall bayeso, command it.

  1. $ pip uninstall bayeso

Supported Python Version

We test our package in the following versions.

  • Python 3.7
  • Python 3.8
  • Python 3.9
  • Python 3.10
  • Python 3.11

Examples and Tests

We provide a list of examples and a list of tests.

Citation

  1. @article{KimJ2023joss,
  2. author={Kim, Jungtaek and Choi, Seungjin},
  3. title={{BayesO}: A {Bayesian} optimization framework in {Python}},
  4. journal={Journal of Open Source Software},
  5. volume={8},
  6. number={90},
  7. pages={5320},
  8. year={2023}
  9. }

License

MIT License