搜索资源列表
MiniMax
- 在线图书馆管理系统,C/S模式,jsp开发-Online Library Management System
caro
- This program implement minimax algorithm for caro game for two players, O and X, who take turns marking the spaces in a n*n grid, assuming that O goes first. The player who succeeds in placing five respective marks in a consecutive horizontal,
chess2.0
- 人工智能博弈树,采用极大极小搜索和α-β剪枝算法,搜索深度为2的棋盘博弈-Artificial intelligence game tree, using the minimax search with alpha beta pruning algorithm, the search depth is a chessboard game of 2
MinMaxTree
- 游戏树在人工智能的应用相当重要,若要寻找某赛局中最佳的步法的一个方式,是利用极小化极大算法在游戏树中搜寻最佳解,例如在井字游戏中电脑可以很快速地找到最佳解并做出决策。-Application of artificial intelligence in the game tree is very important, to find an innings in a manner best step is to use Minimax in the game tree search for the
minimax
- 用java编写的基于最大最小算法的井字棋(Tingzi Chess Based on Maximum and Minimum Algorithms)