BoFire is a Bayesian Optimization Framework Intended for Real Experiments.
Why BoFire?
BoFire ...
- supports mixed continuous, discrete and categorical parameter spaces for system inputs and outputs,
- separates objectives (minimize, maximize, close-to-target) from the outputs on which they operate,
- supports different specific and generic constraints as well as black-box output constraints,
- can provide flexible DoEs that fulfill constraints,
- provides sampling methods for constrained mixed variable spaces,
- serializes problems for use in RESTful APIs and json/bson DBs,
- allows easy out of the box usage of strategies for single and multi-objective Bayesian optimization, and
- provides a high flexibility on the modelling side if needed.
In our docs, you can find all different options for the BoFire installation. To install all BoFire-features you need to run
pip install bofire[optimization,cheminfo]
This will also install BoTorch that depends on PyTorch. To use the DoE package, you need to install Cyipopt additionally, e.g., via
conda install -c conda-forge cyipopt
Documentation including a section on how to get started can be found under https://experimental-design.github.io/bofire/.
See our Contributing guidelines. If you are not sure about something or find bugs, feel free to create an issue.
By contributing you agree that your contributions will be licensed under the same license as BoFire: BSD 3-Clause License.