mopti


Namemopti JSON
Version 0.10.10 PyPI version JSON
download
home_pagehttps://github.com/basf/mopti
SummaryTools for experimental design and multi-objective optimization
upload_time2023-03-22 08:13:45
maintainer
docs_urlNone
authorBASF SE
requires_python>=3.7
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.
            ## Opti

[![Tests](https://github.com/basf/mopti/actions/workflows/main.yml/badge.svg)](https://github.com/basf/mopti/actions)
[![Docs](https://github.com/basf/mopti/actions/workflows/docs.yml/badge.svg)](https://basf.github.io/mopti/)
[![PyPI](https://img.shields.io/pypi/v/mopti.svg?color=%2334D058)](https://pypi.org/project/mopti)


Opti is a Python package for specifying problems in a number of closely related fields, including experimental design, multiobjective optimization, decision making and Bayesian optimization.

**Docs**: https://basf.github.io/mopti/ <br/>
**Code**: https://github.com/basf/mopti

### Why opti? 
Opti ...
* 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,
* provides sampling methods for constrained mixed variable spaces,
* json-serializes problems for use in RESTful APIs and json/bson DBs, and
* provides a range of benchmark problems for (multi-objective) optimization and Bayesian optimization.

**Note:** We are developing a successor of opti called [BoFire](https://github.com/experimental-design/bofire).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/basf/mopti",
    "name": "mopti",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Bayesian optimization,Multi-objective optimization,Experimental design",
    "author": "BASF SE",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/24/b8/93d6e8950115f944962f58c9ceb5bb5c8296cc0d798ab051db3016834a2e/mopti-0.10.10.tar.gz",
    "platform": null,
    "description": "## Opti\n\n[![Tests](https://github.com/basf/mopti/actions/workflows/main.yml/badge.svg)](https://github.com/basf/mopti/actions)\n[![Docs](https://github.com/basf/mopti/actions/workflows/docs.yml/badge.svg)](https://basf.github.io/mopti/)\n[![PyPI](https://img.shields.io/pypi/v/mopti.svg?color=%2334D058)](https://pypi.org/project/mopti)\n\n\nOpti is a Python package for specifying problems in a number of closely related fields, including experimental design, multiobjective optimization, decision making and Bayesian optimization.\n\n**Docs**: https://basf.github.io/mopti/ <br/>\n**Code**: https://github.com/basf/mopti\n\n### Why opti? \nOpti ...\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* provides sampling methods for constrained mixed variable spaces,\n* json-serializes problems for use in RESTful APIs and json/bson DBs, and\n* provides a range of benchmark problems for (multi-objective) optimization and Bayesian optimization.\n\n**Note:** We are developing a successor of opti called [BoFire](https://github.com/experimental-design/bofire).\n",
    "bugtrack_url": null,
    "license": "BSD-3",
    "summary": "Tools for experimental design and multi-objective optimization",
    "version": "0.10.10",
    "split_keywords": [
        "bayesian optimization",
        "multi-objective optimization",
        "experimental design"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10a9e01ed4dafdbd54e0f9a9632e5dfa98075fc1ac89cf71773f07c9948762a6",
                "md5": "68f31a2b179637969ca04654afd04599",
                "sha256": "961d13951f3373010a8141f78c26076650df9332aff9879d72f9fe7f1dfbbc12"
            },
            "downloads": -1,
            "filename": "mopti-0.10.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68f31a2b179637969ca04654afd04599",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 182806,
            "upload_time": "2023-03-22T08:13:43",
            "upload_time_iso_8601": "2023-03-22T08:13:43.422680Z",
            "url": "https://files.pythonhosted.org/packages/10/a9/e01ed4dafdbd54e0f9a9632e5dfa98075fc1ac89cf71773f07c9948762a6/mopti-0.10.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24b893d6e8950115f944962f58c9ceb5bb5c8296cc0d798ab051db3016834a2e",
                "md5": "97aeaf313e8d61dae896d36802f76357",
                "sha256": "69fa22fa2feee8be7fb34cdcbe10550fa1575703fd836471c39f73247c6fb422"
            },
            "downloads": -1,
            "filename": "mopti-0.10.10.tar.gz",
            "has_sig": false,
            "md5_digest": "97aeaf313e8d61dae896d36802f76357",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 168728,
            "upload_time": "2023-03-22T08:13:45",
            "upload_time_iso_8601": "2023-03-22T08:13:45.237781Z",
            "url": "https://files.pythonhosted.org/packages/24/b8/93d6e8950115f944962f58c9ceb5bb5c8296cc0d798ab051db3016834a2e/mopti-0.10.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-22 08:13:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "basf",
    "github_project": "mopti",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mopti"
}
        
Elapsed time: 0.04718s