当前位置:
首页
资源下载

搜索资源 - iterative deepening
搜索资源列表
-
0下载:
最少运算问题
主要是深度优先搜索迭代加深的运用-At least the problem is that computing depth-first search Iterative deepening the use of
-
-
0下载:
本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明:
1.CEveluation类:估值类,对给定的棋盘进行估值.
2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法.
3.CSearchEngine类:搜索引擎基类.
4.CNegaMaxEngine类:负极大值法搜索引擎.
5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎.
6.CFAlphaBetaEngine类:
-
-
0下载:
An application that implement
Uninformed search algorithms
* Breadth-first search
* Uniform-cost search
* Depth-first search
* Depth-limited search (tree and recursive versions)
* Iterative deepening search-An application that im
-
-
0下载:
这是一个迭代加深, 哈希, A星. 16宫图.的代码.-Iterative deepening search, hash, A star. sisteen crawling picture.
-
-
0下载:
Implementing Search in Prolog.
How to represent the problem Uninformed Search
depth first
breadth first
iterative deepening search
Informed Search
Hill climbing
Graph Search
-
-
0下载:
During his long sea voyages, Captain Cook was often absent in the evenings and eventually the crew began to joke that he must have a mistress in his cabin. When they discovered that the Captain had simply been playing this game with the ship s scien
-
-
0下载:
迭代加深搜索,实质上是限定下界的深度优先搜索。即首先允许深度优先搜索K层,若没有发现可行解,再将K+1后
重复以上步骤搜索,直到搜索到可行解。-Iterative Deepening Search
-
-
1下载:
利用A*与迭代加深算法相结合的方式实现十五数码快速求解问题。(Using A* and iterative deepening algorithm to achieve fifteen digital fast solution problem.)
-