fcmaes


Namefcmaes JSON
Version 1.6.5 PyPI version JSON
download
home_pagehttps://github.com/dietmarwo/fast-cma-es
SummaryA Python 3 gradient-free optimization library.
upload_time2023-11-02 13:58:36
maintainer
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": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "optimization,multi-objective,parallel",
    "author": "Dietmar Wolz",
    "author_email": "drdietmarwolz@yahoo.de",
    "download_url": "https://files.pythonhosted.org/packages/e3/1a/266be1430ae17bab3ed836be23a1d1b9b1a61d694a0d7f14bdd7effe3d13/fcmaes-1.6.5.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.5",
    "project_urls": {
        "Homepage": "https://github.com/dietmarwo/fast-cma-es"
    },
    "split_keywords": [
        "optimization",
        "multi-objective",
        "parallel"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc2a32c0f53e972bdfa94007da922a9a2c159f6164a82c75175aa9741e6d4407",
                "md5": "b04562b12e63144d16129ebb6c690e9f",
                "sha256": "e086b2ec10a5f4c917e31dbc4aa9582ee7e767d1a5e31ccd97973cf5d704794e"
            },
            "downloads": -1,
            "filename": "fcmaes-1.6.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b04562b12e63144d16129ebb6c690e9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1870776,
            "upload_time": "2023-11-02T13:58:32",
            "upload_time_iso_8601": "2023-11-02T13:58:32.799626Z",
            "url": "https://files.pythonhosted.org/packages/dc/2a/32c0f53e972bdfa94007da922a9a2c159f6164a82c75175aa9741e6d4407/fcmaes-1.6.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e31a266be1430ae17bab3ed836be23a1d1b9b1a61d694a0d7f14bdd7effe3d13",
                "md5": "fc4168691d4c64d5c2b7b59cd22b7397",
                "sha256": "7ee09617bc68c80e45035b4c446c9e2685bacb35dfc64f90514e573cab876ecd"
            },
            "downloads": -1,
            "filename": "fcmaes-1.6.5.tar.gz",
            "has_sig": false,
            "md5_digest": "fc4168691d4c64d5c2b7b59cd22b7397",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1834384,
            "upload_time": "2023-11-02T13:58:36",
            "upload_time_iso_8601": "2023-11-02T13:58:36.128037Z",
            "url": "https://files.pythonhosted.org/packages/e3/1a/266be1430ae17bab3ed836be23a1d1b9b1a61d694a0d7f14bdd7effe3d13/fcmaes-1.6.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-02 13:58:36",
    "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.13182s