Simple, but essential Bayesian optimization package
Simple, but essential Bayesian optimization package.
We recommend installing it with virtualenv. You can choose one of three installation options.
To install the released version in PyPI repository, command it.
$ pip install bayeso
To install BayesO from source code, command
$ pip install .
in the BayesO root.
To use editable development mode, command
$ pip install -r requirements.txt
$ python setup.py develop
in the BayesO root.
If you would like to uninstall BayesO, command it.
$ pip uninstall bayeso
@misc{KimJ2017bayeso,
author="Kim, Jungtaek and Choi, Seungjin",
title="{BayesO}: A {Bayesian} optimization framework in {Python}",
howpublished="\url{https://bayeso.org}",
year="2017"
}