-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
- 2022-08-06 14:22:02下载
- 积分:1
-
数据挖掘中ID3分类算法的vc实现的源代码
数据挖掘中ID3分类算法的vc实现的源代码-Data Mining ID3 classification algorithm to achieve the vc source code
- 2022-01-26 02:16:08下载
- 积分:1
-
Through the genetic algorithm to conduct financial forecast of a good article in...
通过遗传算法进行金融预测的一篇英文的好文章。-Through the genetic algorithm to conduct financial forecast of a good article in English.
- 2022-12-09 08:45:03下载
- 积分:1
-
bayes network classifier toolbox
贝叶斯网络分类器工具箱的bin文件
bayes network classifier toolbox
贝叶斯网络分类器工具箱的bin文件-bayes network toolbox Bayesian classifier network classifier Toolbox for the paper bin
- 2022-05-05 13:49:13下载
- 积分:1
-
一个关于神经网络遗传算法的源程序,对于初学者肯定有帮助...
一个关于神经网络遗传算法的源程序,对于初学者肯定有帮助-A source code about NN(nerve network),it is helpful for beginners
- 2022-03-24 04:58:01下载
- 积分:1
-
模拟退火基本模块,其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂...
模拟退火基本模块,其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂-Simulated Annealing basic module, in which part of the scale transformation is applied to a similar part of simulated annealing algorithm, all variables are very good to understand the use of Hanyu Pinyin
- 2022-07-26 20:11:59下载
- 积分:1
-
完成基于遗传算法的图像模式识别功能流程描述
完成基于遗传算法的图像模式识别功能流程描述-To complete the image based on genetic algorithms pattern recognition function of the process described
- 2022-10-15 21:45:03下载
- 积分:1
-
利用OpenCV库实现的一个Kalman滤波的例子。
利用OpenCV库实现的一个Kalman滤波的例子。-A Kalman filter example achieved with OpenCV.
- 2023-02-22 03:35:04下载
- 积分:1
-
一个比较简单的遗传算法程序,并有注释,适合于…
一个比较简单的遗传算法程序,有注释,适合初学者一般学习
- 2022-07-16 10:35:04下载
- 积分:1
-
Adaptive Resonance Theory Brain Modeling 人工智能人工神经网络源码
Adaptive Resonance Theory Brain Modeling 人工智能人工神经网络源码-Adaptive Resonance Theory Brain Modeling artificial neural network artificial intelligence source
- 2022-06-29 22:17:14下载
- 积分:1