bofire


Namebofire JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://github.com/experimental-design/bofire
SummaryNone
upload_time2024-03-26 09:35:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseBSD-3
keywords bayesian optimization multi-objective optimization experimental design
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BoFire

[![Test](https://github.com/experimental-design/bofire/workflows/Tests/badge.svg)](https://github.com/experimental-design/bofire/actions?query=workflow%3ATests)
[![Lint](https://github.com/experimental-design/bofire/workflows/Lint/badge.svg)](https://github.com/experimental-design/bofire/actions?query=workflow%3ALint)
[![Docs](https://github.com/experimental-design/bofire/workflows/Docs/badge.svg)](https://github.com/experimental-design/bofire/actions?query=workflow%3ADocs)
[![PyPI](https://img.shields.io/pypi/v/bofire.svg)](https://pypi.org/project/bofire)

BoFire is a **B**ayesian **O**ptimization **F**ramework **I**ntended for **R**eal **E**xperiments. 

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.

## Installation

In our [docs](https://experimental-design.github.io/bofire/install/),
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](https://botorch.org/) that depends on 
[PyTorch](https://pytorch.org/). To use the DoE package, you need to install
[Cyipopt](https://cyipopt.readthedocs.io/en/stable/)
additionally, e.g., via
```
conda install -c conda-forge cyipopt
```

## Documentation

Documentation including a section on how to get started can be found under https://experimental-design.github.io/bofire/.

## Contributing

See our [Contributing](./CONTRIBUTING.md) 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](./LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/experimental-design/bofire",
    "name": "bofire",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "Bayesian optimization, Multi-objective optimization, Experimental design",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/9c/17/da2e9090e1e3f5a83f47eb39d04d6f8ed3be1054c707b1a4c885212c6e8a/bofire-0.0.12.tar.gz",
    "platform": null,
    "description": "# BoFire\n\n[![Test](https://github.com/experimental-design/bofire/workflows/Tests/badge.svg)](https://github.com/experimental-design/bofire/actions?query=workflow%3ATests)\n[![Lint](https://github.com/experimental-design/bofire/workflows/Lint/badge.svg)](https://github.com/experimental-design/bofire/actions?query=workflow%3ALint)\n[![Docs](https://github.com/experimental-design/bofire/workflows/Docs/badge.svg)](https://github.com/experimental-design/bofire/actions?query=workflow%3ADocs)\n[![PyPI](https://img.shields.io/pypi/v/bofire.svg)](https://pypi.org/project/bofire)\n\nBoFire is a **B**ayesian **O**ptimization **F**ramework **I**ntended for **R**eal **E**xperiments. \n\nWhy BoFire?\n\nBoFire ...\n\n- supports mixed continuous, discrete and categorical parameter spaces for system inputs and outputs,\n- separates objectives (minimize, maximize, close-to-target) from the outputs on which they operate,\n- supports different specific and generic constraints as well as black-box output constraints,\n- can provide flexible DoEs that fulfill constraints,\n- provides sampling methods for constrained mixed variable spaces,\n- serializes problems for use in RESTful APIs and json/bson DBs,\n- allows easy out of the box usage of strategies for single and multi-objective Bayesian optimization, and \n- provides a high flexibility on the modelling side if needed.\n\n## Installation\n\nIn our [docs](https://experimental-design.github.io/bofire/install/),\nyou can find all different options for the BoFire installation.\nTo install all BoFire-features you need to run\n```\npip install bofire[optimization,cheminfo]\n```\nThis will also install [BoTorch](https://botorch.org/) that depends on \n[PyTorch](https://pytorch.org/). To use the DoE package, you need to install\n[Cyipopt](https://cyipopt.readthedocs.io/en/stable/)\nadditionally, e.g., via\n```\nconda install -c conda-forge cyipopt\n```\n\n## Documentation\n\nDocumentation including a section on how to get started can be found under https://experimental-design.github.io/bofire/.\n\n## Contributing\n\nSee our [Contributing](./CONTRIBUTING.md) guidelines. If you are not sure about something or find bugs, feel free to create an issue.\n\nBy contributing you agree that your contributions will be licensed under the same license as BoFire: [BSD 3-Clause License](./LICENSE).\n",
    "bugtrack_url": null,
    "license": "BSD-3",
    "summary": null,
    "version": "0.0.12",
    "project_urls": {
        "Homepage": "https://github.com/experimental-design/bofire"
    },
    "split_keywords": [
        "bayesian optimization",
        " multi-objective optimization",
        " experimental design"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3c1d97700b06d25c268befc472e050e62f2cf711a12153b98bd5e077229a002",
                "md5": "4f18621a87b345bfbb765a733684eb55",
                "sha256": "7821edce8706a6f99ad7bde55470d5d88efca0983d24631107b642e0d60683d5"
            },
            "downloads": -1,
            "filename": "bofire-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f18621a87b345bfbb765a733684eb55",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 414213,
            "upload_time": "2024-03-26T09:35:08",
            "upload_time_iso_8601": "2024-03-26T09:35:08.423735Z",
            "url": "https://files.pythonhosted.org/packages/e3/c1/d97700b06d25c268befc472e050e62f2cf711a12153b98bd5e077229a002/bofire-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c17da2e9090e1e3f5a83f47eb39d04d6f8ed3be1054c707b1a4c885212c6e8a",
                "md5": "572aebbe713815da53e44e90bab59b0e",
                "sha256": "356cca3a3f9de0528f3809e463b66a7ec0fc7aa167e129c8d5f812ef23777d6d"
            },
            "downloads": -1,
            "filename": "bofire-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "572aebbe713815da53e44e90bab59b0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 3358173,
            "upload_time": "2024-03-26T09:35:10",
            "upload_time_iso_8601": "2024-03-26T09:35:10.419460Z",
            "url": "https://files.pythonhosted.org/packages/9c/17/da2e9090e1e3f5a83f47eb39d04d6f8ed3be1054c707b1a4c885212c6e8a/bofire-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 09:35:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "experimental-design",
    "github_project": "bofire",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bofire"
}
        
Elapsed time: 0.21030s