chess-ant


Namechess-ant JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/akuroiwa/chess-ant
SummarySimulator to solve chess problems with MCTS Solver and Genetic Programming.
upload_time2024-06-23 13:54:58
maintainerNone
docs_urlNone
authorAkihiro Kuroiwa, ChatGPT of OpenAI
requires_python!=3.10.*,>=3.7
licenseGNU/GPLv3+
keywords evolutionary algorithms genetic programming gp chess fen pgn
VCS
bugtrack_url
requirements chess deap mcts mcts-solver
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": null,
    "docs_url": null,
    "requires_python": "!=3.10.*,>=3.7",
    "maintainer_email": null,
    "keywords": "evolutionary algorithms, genetic programming, gp, chess, fen, pgn",
    "author": "Akihiro Kuroiwa, ChatGPT of OpenAI",
    "author_email": "akuroiwa@env-reform.com,",
    "download_url": "https://files.pythonhosted.org/packages/18/48/198c2ec03e8b3683e157ab68b3504aa143e6cad2d33328a38e91725ee978/chess_ant-0.1.0.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.1.0",
    "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": "422fa48adcc8e68ee94b4db31ea0f8ec911a5f5b4d6db8f7f58f4d2cbd990809",
                "md5": "4fe7647cf40ae4285d9d77a13a622545",
                "sha256": "0916d87f19e5a2704bb05b4722442a702f1f5355b568f1cd5af5a807e93c2595"
            },
            "downloads": -1,
            "filename": "chess_ant-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4fe7647cf40ae4285d9d77a13a622545",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "!=3.10.*,>=3.7",
            "size": 19718,
            "upload_time": "2024-06-23T13:54:54",
            "upload_time_iso_8601": "2024-06-23T13:54:54.579604Z",
            "url": "https://files.pythonhosted.org/packages/42/2f/a48adcc8e68ee94b4db31ea0f8ec911a5f5b4d6db8f7f58f4d2cbd990809/chess_ant-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1848198c2ec03e8b3683e157ab68b3504aa143e6cad2d33328a38e91725ee978",
                "md5": "e33ec88f678ea6f6d5b8c02ecbd1c355",
                "sha256": "9d8442e43fceac9bd26f2f8f387a42bcf9e371df80a2784b5805ce81f265b7e5"
            },
            "downloads": -1,
            "filename": "chess_ant-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e33ec88f678ea6f6d5b8c02ecbd1c355",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.10.*,>=3.7",
            "size": 19877,
            "upload_time": "2024-06-23T13:54:58",
            "upload_time_iso_8601": "2024-06-23T13:54:58.882773Z",
            "url": "https://files.pythonhosted.org/packages/18/48/198c2ec03e8b3683e157ab68b3504aa143e6cad2d33328a38e91725ee978/chess_ant-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-23 13:54:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akuroiwa",
    "github_project": "chess-ant",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "chess",
            "specs": []
        },
        {
            "name": "deap",
            "specs": []
        },
        {
            "name": "mcts",
            "specs": []
        },
        {
            "name": "mcts-solver",
            "specs": []
        }
    ],
    "lcname": "chess-ant"
}
        
Elapsed time: 0.54980s