"基于深度搜索算法的中国象棋AI引擎设计与实现"
需积分: 0 68 浏览量
更新于2023-12-30
2
收藏 1.04MB PDF 举报
stract
Computer games are one of the most challenging research topics in the field of artificial intelligence. Compared to international chess, Chinese chess has a long history, a higher level of game difficulty, a larger board size, more special moves, and more complex variations. Additionally, Chinese chess is a complete knowledge game. A complete Chinese chess engine generally consists of several components: board data structure, position evaluation function, search methods, and opening and endgame libraries. This paper designs and implements a relatively complete Chinese chess game engine, and introduces the basic modules and search methods that a Chinese chess engine should have. The algorithm principles are analyzed in detail, and the improvement points and deficiencies of each module are analyzed through experimental data.
The search method in this paper is a combination of various pruning algorithms based on game tree search, with the Alpha-Beta algorithm as the core. It mainly uses the Alpha-Beta algorithm, principal variation search, iterative deepening, and null move pruning to enhance the engine's search capability. According to the experimental results, the engine designed in this paper can solve all first-class endgames and some second-class endgames, and can play against humans and machines. This research mainly focuses on the search method of Chinese chess, while other parts such as evaluation functions are somewhat lacking and need to be improved in the future.
Keywords: computer games, Chinese chess, game tree search, Alpha-Beta algorithm, null move pruning
点击了解资源详情
点击了解资源详情
点击了解资源详情
2011-01-23 上传
106 浏览量
2024-10-24 上传
2022-06-25 上传
2018-04-24 上传
点击了解资源详情
王元祺
- 粉丝: 848
- 资源: 303
最新资源
- 编程之道全本 by Geoffrey James
- JBoss4.0 JBoss4.0 JBoss4.0 JBoss4.0 JBoss4.0
- DWR中文文档,DWR中文文档
- 汉诺塔问题 仅限11个盘子 效率较高
- 生化免疫分析仪——模数转换模块设计
- ajax基础教程.PDF
- symbian S60编程书
- 智能控制\BP神经网络的Matlab实现
- matlabziliao
- PowerBuilder8.0中文参考手册.pdf
- NNVVIIDDIIAA 图形处理器编程指南(中文)
- UMl课件!!!!!!!!!
- 电工学试卷及答案(电工学试卷2007机械学院A卷答案)
- 高质量C++编程指南.pdf
- 大公司的Java面试题集.doc
- 基于UBUNTU平台下ARM开发环境的建立