mate-selection


Namemate-selection JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA collection of mate selection methods for evolutionary algorithms
upload_time2024-11-26 22:27:13
maintainerNone
docs_urlNone
authorDavid McDougall <dam1784@rit.edu>
requires_python>=3.8
licenseMIT-0
keywords algorithms random sampling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Mate Selection

A collection of mate selection methods for evolutionary algorithms

Mate selection algorithms randomly select pairs of individuals from a
population. The sampling probability of each individuals is a function of its
reproductive fitness or "score".

* [**pypi.org**](https://pypi.org/project/mate_selection/)
* [**crates.io**](https://crates.io/crates/mate_selection)
* [**docs.rs**](https://docs.rs/mate_selection)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mate-selection",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "algorithms, random, sampling",
    "author": "David McDougall <dam1784@rit.edu>",
    "author_email": "David McDougall <dam1784@rit.edu>",
    "download_url": "https://files.pythonhosted.org/packages/fd/d8/7073dd096d112824c73a01c9002e1b10ce81b04dcec3261606837baf91d7/mate_selection-0.1.1.tar.gz",
    "platform": null,
    "description": "# Mate Selection\n\nA collection of mate selection methods for evolutionary algorithms\n\nMate selection algorithms randomly select pairs of individuals from a\npopulation. The sampling probability of each individuals is a function of its\nreproductive fitness or \"score\".\n\n* [**pypi.org**](https://pypi.org/project/mate_selection/)\n* [**crates.io**](https://crates.io/crates/mate_selection)\n* [**docs.rs**](https://docs.rs/mate_selection)\n\n",
    "bugtrack_url": null,
    "license": "MIT-0",
    "summary": "A collection of mate selection methods for evolutionary algorithms",
    "version": "0.1.1",
    "project_urls": {
        "repository": "https://github.com/ctrl-z-9000-times/mate_selection.git"
    },
    "split_keywords": [
        "algorithms",
        " random",
        " sampling"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f928da6a2796ef7dd09fc848d14ffd9f27166b1725878203d691d1ddbf228862",
                "md5": "22387f69f421c9768cab3f9dc51ff0a5",
                "sha256": "a9079eee1105cde802e9d51959d020f775e573b253f94a02627600225c4ff500"
            },
            "downloads": -1,
            "filename": "mate_selection-0.1.1-cp310-cp310-manylinux_2_34_x86_64.whl",
            "has_sig": false,
            "md5_digest": "22387f69f421c9768cab3f9dc51ff0a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 322374,
            "upload_time": "2024-11-26T22:27:11",
            "upload_time_iso_8601": "2024-11-26T22:27:11.208075Z",
            "url": "https://files.pythonhosted.org/packages/f9/28/da6a2796ef7dd09fc848d14ffd9f27166b1725878203d691d1ddbf228862/mate_selection-0.1.1-cp310-cp310-manylinux_2_34_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdd87073dd096d112824c73a01c9002e1b10ce81b04dcec3261606837baf91d7",
                "md5": "5911bd9c0985da270c0905ad0125bf5d",
                "sha256": "0a2c0ae58a658f7f30fa35f6bf490407407cb78d60e3fa3e6493270faf4bfbc5"
            },
            "downloads": -1,
            "filename": "mate_selection-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5911bd9c0985da270c0905ad0125bf5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9179,
            "upload_time": "2024-11-26T22:27:13",
            "upload_time_iso_8601": "2024-11-26T22:27:13.342744Z",
            "url": "https://files.pythonhosted.org/packages/fd/d8/7073dd096d112824c73a01c9002e1b10ce81b04dcec3261606837baf91d7/mate_selection-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-26 22:27:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ctrl-z-9000-times",
    "github_project": "mate_selection",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mate-selection"
}
        
Elapsed time: 1.18486s