# myGoChess **Repository Path**: myandroid008/myGoChess ## Basic Information - **Project Name**: myGoChess - **Description**: 围棋AI,基于蒙特卡洛树搜索(MCTS)算法 Java版:https://gitee.com/changjiuxiong/mctsgo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-06-14 - **Last Updated**: 2023-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myGoChess 围棋AI,基于蒙特卡洛树搜索(MCTS)算法 ![输入图片说明](QQ%E5%9B%BE%E7%89%8720220607115230.png) Game.js中修改每步棋模拟的次数,默认1000次,在5路棋盘仍然下的奇臭无比,在Java版中模拟效率显著提升,棋力达到入门水平。 Java版:[https://gitee.com/changjiuxiong/mctsgo](https://gitee.com/changjiuxiong/mctsgo) ![输入图片说明](QQ%E5%9B%BE%E7%89%8720220607115249.png) #### 使用说明 npm install npm run dev 打开index.html 可自定义棋盘大小: new Game(19), new Game(9)