Bayesian Optimization

Simple, but essential Bayesian optimization package.

Installation

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

Citation

@misc{KimJ2017bayeso,
    author="Kim, Jungtaek and Choi, Seungjin",
    title="{BayesO}: A {Bayesian} optimization framework in {Python}",
    howpublished="\url{https://bayeso.org}",
    year="2017"
}

License

MIT License