deap-misl


Namedeap-misl JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/D-HISL/deap_misl
SummaryDEAP additional tooklit by MISL
upload_time2023-01-13 05:17:35
maintainer
docs_urlNone
authorjunjis0203
requires_python
licenseLGPL
keywords evolutionary algorithms genetic algorithms ga
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DEAP-MISL

This is additional library for [DEAP](https://github.com/deap/deap) developed by MISL.
Package structure is same with DEAP.

DEAP-MISL includes following algorithms.

* NSGA-II using design variable space's crowding
* MOEA/D
* Operator for 2D gene
* Utility for adaptive hyperparameter

## Installation

```bash
pip install deap_misl
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/D-HISL/deap_misl",
    "name": "deap-misl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "evolutionary algorithms,genetic algorithms,ga",
    "author": "junjis0203",
    "author_email": "junjis0203@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/34/ba/b1a2cc22adf2c0c22aa693892b9fa0a189c352a0d985716c60af5fe97bd2/deap_misl-0.2.0.tar.gz",
    "platform": "any",
    "description": "# DEAP-MISL\n\nThis is additional library for [DEAP](https://github.com/deap/deap) developed by MISL.\nPackage structure is same with DEAP.\n\nDEAP-MISL includes following algorithms.\n\n* NSGA-II using design variable space's crowding\n* MOEA/D\n* Operator for 2D gene\n* Utility for adaptive hyperparameter\n\n## Installation\n\n```bash\npip install deap_misl\n```\n\n\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "DEAP additional tooklit by MISL",
    "version": "0.2.0",
    "split_keywords": [
        "evolutionary algorithms",
        "genetic algorithms",
        "ga"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc20985d7a377c5c0e7f8db2d81999450365d9bdadc53d9048e9de0ade34e060",
                "md5": "f41d9c825c14ef1eebb060fd2ae1d2ae",
                "sha256": "19f531b5d80fdcc3fec10501df0f5dd01c5de39cda9d2a377a02afedfeea28bf"
            },
            "downloads": -1,
            "filename": "deap_misl-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f41d9c825c14ef1eebb060fd2ae1d2ae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18778,
            "upload_time": "2023-01-13T05:17:33",
            "upload_time_iso_8601": "2023-01-13T05:17:33.719861Z",
            "url": "https://files.pythonhosted.org/packages/bc/20/985d7a377c5c0e7f8db2d81999450365d9bdadc53d9048e9de0ade34e060/deap_misl-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34bab1a2cc22adf2c0c22aa693892b9fa0a189c352a0d985716c60af5fe97bd2",
                "md5": "efa7161306d05cc8f7807603d37fe093",
                "sha256": "2ec2d6472b784d180d589a9c2fe040921d9c5e51605337222d5f36d539bd09a4"
            },
            "downloads": -1,
            "filename": "deap_misl-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "efa7161306d05cc8f7807603d37fe093",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35321,
            "upload_time": "2023-01-13T05:17:35",
            "upload_time_iso_8601": "2023-01-13T05:17:35.483351Z",
            "url": "https://files.pythonhosted.org/packages/34/ba/b1a2cc22adf2c0c22aa693892b9fa0a189c352a0d985716c60af5fe97bd2/deap_misl-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-13 05:17:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "D-HISL",
    "github_project": "deap_misl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "deap-misl"
}
        
Elapsed time: 0.02729s