chess-ant


Namechess-ant JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/akuroiwa/chess-ant
SummarySimulator to solve chess problems with MCTS Solver and Genetic Programming.
upload_time2023-11-27 13:18:04
maintainer
docs_urlNone
authorAkihiro Kuroiwa
requires_python>=3.7, !=3.10.*
licenseGNU/GPLv3+
keywords evolutionary algorithms genetic programming gp chess fen pgn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chess-ant

Simulator to solve chess problems with MCTS Solver and Genetic Programming.

`chess_ant.py` is based on the code of
[deap/examples/gp/ant.py](https://github.com/DEAP/deap/blob/master/examples/gp/ant.py).


## Documentation

[![Documentation Status](https://readthedocs.org/projects/chess-ant/badge/?version=latest)](https://chess-ant.readthedocs.io/en/latest/?badge=latest)

English:

- [Online](https://chess-ant.readthedocs.io/en/latest/)
- [latest PDF](https://chess-ant.readthedocs.io/_/downloads/en/latest/pdf/)
- [latest HTMLZip](https://chess-ant.readthedocs.io/_/downloads/en/latest/htmlzip/)
- [latest Epub](https://chess-ant.readthedocs.io/_/downloads/en/latest/epub/)

Japanese:

- [Online](https://chess-ant.readthedocs.io/ja/latest/)
- [latest PDF](https://chess-ant.readthedocs.io/_/downloads/ja/latest/pdf/)
- [latest HTMLZip](https://chess-ant.readthedocs.io/_/downloads/ja/latest/htmlzip/)
- [latest Epub](https://chess-ant.readthedocs.io/_/downloads/ja/latest/epub/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akuroiwa/chess-ant",
    "name": "chess-ant",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, !=3.10.*",
    "maintainer_email": "",
    "keywords": "evolutionary algorithms,genetic programming,gp,chess,fen,pgn",
    "author": "Akihiro Kuroiwa",
    "author_email": "akuroiwa@env-reform.com",
    "download_url": "https://files.pythonhosted.org/packages/fd/57/8fd0131379a9987eaab7100e55a5bd3db8653adedcd099e529259220132f/chess_ant-0.0.9.tar.gz",
    "platform": "any",
    "description": "# chess-ant\n\nSimulator to solve chess problems with MCTS Solver and Genetic Programming.\n\n`chess_ant.py` is based on the code of\n[deap/examples/gp/ant.py](https://github.com/DEAP/deap/blob/master/examples/gp/ant.py).\n\n\n## Documentation\n\n[![Documentation Status](https://readthedocs.org/projects/chess-ant/badge/?version=latest)](https://chess-ant.readthedocs.io/en/latest/?badge=latest)\n\nEnglish:\n\n- [Online](https://chess-ant.readthedocs.io/en/latest/)\n- [latest PDF](https://chess-ant.readthedocs.io/_/downloads/en/latest/pdf/)\n- [latest HTMLZip](https://chess-ant.readthedocs.io/_/downloads/en/latest/htmlzip/)\n- [latest Epub](https://chess-ant.readthedocs.io/_/downloads/en/latest/epub/)\n\nJapanese:\n\n- [Online](https://chess-ant.readthedocs.io/ja/latest/)\n- [latest PDF](https://chess-ant.readthedocs.io/_/downloads/ja/latest/pdf/)\n- [latest HTMLZip](https://chess-ant.readthedocs.io/_/downloads/ja/latest/htmlzip/)\n- [latest Epub](https://chess-ant.readthedocs.io/_/downloads/ja/latest/epub/)\n",
    "bugtrack_url": null,
    "license": "GNU/GPLv3+",
    "summary": "Simulator to solve chess problems with MCTS Solver and Genetic Programming.",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://github.com/akuroiwa/chess-ant"
    },
    "split_keywords": [
        "evolutionary algorithms",
        "genetic programming",
        "gp",
        "chess",
        "fen",
        "pgn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba7372ba4b033ddd5416f37c4279a75b2ddd92b08cdbfa944c1b891c4b9e607f",
                "md5": "f4e0f22811df34111ef09ba746505894",
                "sha256": "4c57b9cd65b5faecfa52e34e67bac326029dd5a6f9dbeeb5c2af25b111b16d7f"
            },
            "downloads": -1,
            "filename": "chess_ant-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4e0f22811df34111ef09ba746505894",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, !=3.10.*",
            "size": 19648,
            "upload_time": "2023-11-27T13:18:02",
            "upload_time_iso_8601": "2023-11-27T13:18:02.713588Z",
            "url": "https://files.pythonhosted.org/packages/ba/73/72ba4b033ddd5416f37c4279a75b2ddd92b08cdbfa944c1b891c4b9e607f/chess_ant-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd578fd0131379a9987eaab7100e55a5bd3db8653adedcd099e529259220132f",
                "md5": "77b381d3ffbc58be95b2f5af7fd4b4f1",
                "sha256": "1aa2aa47b6aab2185cfce25c9bc52cdf3a94e1bbfa269f80ed3bf4fbb6c4bec9"
            },
            "downloads": -1,
            "filename": "chess_ant-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "77b381d3ffbc58be95b2f5af7fd4b4f1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, !=3.10.*",
            "size": 19763,
            "upload_time": "2023-11-27T13:18:04",
            "upload_time_iso_8601": "2023-11-27T13:18:04.283138Z",
            "url": "https://files.pythonhosted.org/packages/fd/57/8fd0131379a9987eaab7100e55a5bd3db8653adedcd099e529259220132f/chess_ant-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 13:18:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akuroiwa",
    "github_project": "chess-ant",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "chess-ant"
}
        
Elapsed time: 0.14997s