# cchess **Repository Path**: fancy-cchess/cchess ## Basic Information - **Project Name**: cchess - **Description**: 中国象棋人机对战实现 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-24 - **Last Updated**: 2022-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TODO LIST # 1、算法专题 # 2、前端界面实现 # 3、web服务端人机对战 # 4、网络对战大厅 # 5、算法提升 ## 5.1 搜索空间共享 ## 5.2 矩阵算法实现 ## 5.3 GPU并行算法实现的可能性 ## 5.4 动态局面评价函数的设计 ## 5.5 神经网络训练动态评价函数 # 6、教学文档及程序设计