# EinsteinChess_UCT **Repository Path**: cppbear/EinsteinChess_UCT ## Basic Information - **Project Name**: EinsteinChess_UCT - **Description**: NJU程设实验项目三:爱因斯坦棋 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-03 - **Last Updated**: 2021-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EinsteinChess_UCT 程设实验项目三 本项目采用的是基于蒙特卡洛树搜索的UCT算法 参考文档:https://www.cnblogs.com/KakagouLT/p/9201845.html