文件名称:upload3
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:3.46kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
alpha beta剪枝
要求的输出格式如下:(“//”和之后的内容表示说明,实际并不输出)
//第一行表示根节点的状态
A 1 B2 //A表示根节点,1表示A的倒推值,B2表示剪枝搜索后下一步应该走的路线
//之后每一行都表示一个剪枝,节点的顺序随意
D2:E4 //表示在D2节点发生了剪枝,E4节点被剪掉了。这里只需给出
//被剪枝节点的被剪掉的直接子节点即可。
C2:D4 D5 D6 //表示在C2处发生了剪枝,D4 D5 D6三个子节点被剪掉了。
//其他节点类似给出
-alpha beta pruning required output format is as follows :(" //" and after the contents of that note, does not really make out)// The first line, said the state of root node A 1 B2// A that root, one that A, push down the value, B2 indicated that pruning should take the next step after a search of the route// Each line represents a pruning later the node order of random D2: E4// that occurred in the D2 node pruning, E4 node is cut off a. Suffice it gives// by pruning nodes have been cut can be a direct child nodes. C2: D4 D5 D6// that occurred at the C2 at pruning, D4 D5 D6 3 child nodes have been cut off.// Other nodes are given similar
要求的输出格式如下:(“//”和之后的内容表示说明,实际并不输出)
//第一行表示根节点的状态
A 1 B2 //A表示根节点,1表示A的倒推值,B2表示剪枝搜索后下一步应该走的路线
//之后每一行都表示一个剪枝,节点的顺序随意
D2:E4 //表示在D2节点发生了剪枝,E4节点被剪掉了。这里只需给出
//被剪枝节点的被剪掉的直接子节点即可。
C2:D4 D5 D6 //表示在C2处发生了剪枝,D4 D5 D6三个子节点被剪掉了。
//其他节点类似给出
-alpha beta pruning required output format is as follows :(" //" and after the contents of that note, does not really make out)// The first line, said the state of root node A 1 B2// A that root, one that A, push down the value, B2 indicated that pruning should take the next step after a search of the route// Each line represents a pruning later the node order of random D2: E4// that occurred in the D2 node pruning, E4 node is cut off a. Suffice it gives// by pruning nodes have been cut can be a direct child nodes. C2: D4 D5 D6// that occurred at the C2 at pruning, D4 D5 D6 3 child nodes have been cut off.// Other nodes are given similar
相关搜索: upload3
(系统自动生成,下载前可以参看下载内容)
下载文件列表
upload3/AbPruning.java
upload3/Inter.java
upload3/Test.java
upload3/tree1.txt
upload3/tree2.txt
upload3
upload3/Inter.java
upload3/Test.java
upload3/tree1.txt
upload3/tree2.txt
upload3
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.