当前位置:
首页
资源下载

搜索资源 - tic tac toe minimax
搜索资源列表
-
0下载:
用极大极小算法编写的井字棋游戏
开发语言是Visual Prolog,Minimax algorithm used to prepare the game of tic-tac-toe game development language is Visual Prolog
-
-
0下载:
一个简单的用二叉树实现的极大极小指算法人工智能井字棋游戏,使用C++的类,和STL模版库中的vector-A simple binary tree the minimax means algorithm artificial intelligence tic-tac-toe game of chess the class of C++, and STL template library in the vector
-
-
0下载:
This is a game namely "Tic-Tac-Toe" written in Java Language. The minimax algorithm had used.
-
-
0下载:
C语言实现井字棋博弈的过程,采用极大极小算法。-The C language game of tic-tac-toe chess, using the minimax algorithm.
-
-
0下载:
Tic-tac-toe游戏搜索引擎,带有特定深度的minimax tree,并且自带有一个可以在非叶结点处进行评估的评估函数-Tic-tac-toe game search engine, with particular depth minimax tree, and comes with an assessment of the non-leaf nodes at the evaluation function
-
-
0下载:
Write a Java program that can play tic-tac-toe based on the minimax
algorithm.-Write a Java program that can play tic-tac-toe based on the minimax
algorithm.
-
-
0下载:
Alpha–beta pruning is a search algorithm that seeks to decrease the number of nodes that are uated by the minimax algorithm in its search tree. It is an adversarial search algorithm used commonly for machine playing of two-player games (Tic-tac-toe,
-
-
0下载:
利用极大极小值搜索算法实现井字棋游戏,包含一些优化算法过程-Use Minimax search algorithm Tic-tac-toe game, including some optimization process
-
-
0下载:
This a simple VB console based TicTacToe program. I do have parts of the code commented out that are the building blocks of a minimax based ai computer player. I have yet to get the AI working but I wanted to be able to view some of the code on here
-
-
0下载:
井字棋人机对弈,实现基本的人机交互界面,采用图形化界面显示棋盘和棋子。电脑能根据人下的棋,判断下一步较优的走法。井字棋实现人机对弈,为了实现智能化,要为每一步棋估值,采用极大极小值算法,负极大值算法,alphabeta等算法得出较优的下一步棋。平时一个人也可以下棋自娱自乐了。
井字棋人机对弈为我一个人一组完成。
-Tic-tac-toe man-machine chess, to achieve the basic man-machine interface, graphical int
-
-
0下载:
游戏树在人工智能的应用相当重要,若要寻找某赛局中最佳的步法的一个方式,是利用极小化极大算法在游戏树中搜寻最佳解,例如在井字游戏中电脑可以很快速地找到最佳解并做出决策。-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
-
-
1下载:
井字棋 α-β剪枝算法
在简单的游戏中,能够从当前游戏状态出发,搜索游戏的博弈树并确定最优行动方案的算法是存在的。其中最有名的算法就是极小极大算法。对于简单的双人游戏,极小极大算法很有用。它是在轮流行动的游戏中选择最好的行动的一种方法。
在博弈树中的每一个结点(一个结点表示一个可能的行动方案)都可以保存一个值,该值用来定义对应行动在帮助玩家获胜方面的优良程度。因此,对于一个确定的结点,其子结点都有一属性来定义对应行动的相对优良程度。
井字棋其实就是三子棋(和五子棋类
-
-
0下载:
SW PROLOG: USING MINIMAX ALGORITHINM
-