Metadata-Version: 2.1
Name: bofire
Version: 0.0.3
Home-page: https://github.com/experimental-design/bofire
Author: 
License: BSD-3
Keywords: Bayesian optimization,Multi-objective optimization,Experimental design
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic
Requires-Dist: scipy (>=1.7)
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: numpy
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# BoFire
BoFire is a **B**ayesian **O**ptimization **F**ramework **I**ntended for **R**eal **E**xperiments. You can install it via

```
pip install bofire
```

More information to follow soon. If you want to contribute see the [CONTRIBUTING.md](https://github.com/experimental-design/bofire/blob/main/CONTRIBUTING.md)
  
