fcmaes


Namefcmaes JSON
Version 1.6.11 PyPI version JSON
download
home_pagehttps://github.com/dietmarwo/fast-cma-es
SummaryA Python 3 gradient-free optimization library.
upload_time2024-11-07 11:02:08
maintainerNone
docs_urlNone
authorDietmar Wolz
requires_python>=3.7
licenseMIT
keywords optimization multi-objective parallel
VCS
bugtrack_url
requirements numpy scipy scikit-learn numba loguru threadpoolctl
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fcmaes
A Python 3 gradient-free optimization library.

- [README](https://github.com/dietmarwo/fast-cma-es/blob/master/README.adoc)
- [Tutorials](https://github.com/dietmarwo/fast-cma-es/blob/master/tutorials/Tutorials.adoc)






            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dietmarwo/fast-cma-es",
    "name": "fcmaes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "optimization, multi-objective, parallel",
    "author": "Dietmar Wolz",
    "author_email": "drdietmarwolz@yahoo.de",
    "download_url": "https://files.pythonhosted.org/packages/2d/67/6228e7301e240a354dcf8a5573d9fb8cb2ece688a468354cc60c6440386c/fcmaes-1.6.11.tar.gz",
    "platform": null,
    "description": "# fcmaes\nA Python 3 gradient-free optimization library.\n\n- [README](https://github.com/dietmarwo/fast-cma-es/blob/master/README.adoc)\n- [Tutorials](https://github.com/dietmarwo/fast-cma-es/blob/master/tutorials/Tutorials.adoc)\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python 3 gradient-free optimization library.",
    "version": "1.6.11",
    "project_urls": {
        "Homepage": "https://github.com/dietmarwo/fast-cma-es"
    },
    "split_keywords": [
        "optimization",
        " multi-objective",
        " parallel"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44ab1eb1a1f149d74850be4187eaeb7cb4834bea04cdd03b875abc74f3e66c69",
                "md5": "0a06e33f412adeeb59522f5ef8e30f9c",
                "sha256": "902d3d25e6b471cbdf609ebb33a9108dcb1ff87f64032c200a2bd8801af9b9fe"
            },
            "downloads": -1,
            "filename": "fcmaes-1.6.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a06e33f412adeeb59522f5ef8e30f9c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2761572,
            "upload_time": "2024-11-07T11:02:05",
            "upload_time_iso_8601": "2024-11-07T11:02:05.890116Z",
            "url": "https://files.pythonhosted.org/packages/44/ab/1eb1a1f149d74850be4187eaeb7cb4834bea04cdd03b875abc74f3e66c69/fcmaes-1.6.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d676228e7301e240a354dcf8a5573d9fb8cb2ece688a468354cc60c6440386c",
                "md5": "9616e8323a82ea5879f76fdde0ea4c09",
                "sha256": "b96ed2a11ef7623820dd275a3eba5c82124bc888aca44d3c2f93e35adaa672b3"
            },
            "downloads": -1,
            "filename": "fcmaes-1.6.11.tar.gz",
            "has_sig": false,
            "md5_digest": "9616e8323a82ea5879f76fdde0ea4c09",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2724212,
            "upload_time": "2024-11-07T11:02:08",
            "upload_time_iso_8601": "2024-11-07T11:02:08.118298Z",
            "url": "https://files.pythonhosted.org/packages/2d/67/6228e7301e240a354dcf8a5573d9fb8cb2ece688a468354cc60c6440386c/fcmaes-1.6.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-07 11:02:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dietmarwo",
    "github_project": "fast-cma-es",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "numba",
            "specs": []
        },
        {
            "name": "loguru",
            "specs": []
        },
        {
            "name": "threadpoolctl",
            "specs": [
                [
                    ">=",
                    "3.1.0"
                ]
            ]
        }
    ],
    "lcname": "fcmaes"
}
        
Elapsed time: 0.82179s