-
us solve eight digital, BFS may lead to insufficient memory, using heuristic sea...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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-02-04 07:43:49下载
- 积分:1
-
这是一个parzen窗口分类算法,希望能给大家的学习有所帮助
这是一个parzen窗口分类算法,希望能给大家的学习有所帮助-This is a Parzen window classification algorithm, we hope that they will be helpful to the learning
- 2022-02-15 06:09:42下载
- 积分:1
-
多
关于多目标优化的代码,这个代码是一个框架,大家可以修改一下-Multi-objective optimization on the code, the code is a framework, we can make some corrections
- 2023-04-16 18:00:04下载
- 积分:1
-
vc used to write, while useful bp algorithm and the use of rbf neural network tr...
用vc写的,同时有用bp算法和用rbf神经网络进行训练和识别的程序,可以看到两种不同方法得到的结果-vc used to write, while useful bp algorithm and the use of rbf neural network training and identification procedures, we can see the two different methods to obtain the result
- 2022-03-21 23:58:07下载
- 积分:1
-
将一个矩阵对libsvm格式
convert a matrix to a libsvm format
[class1 char1 char2 ... charN
class2 char1 char2 ... charN]
- 2023-03-31 04:50:04下载
- 积分:1
-
遗传优化神经网络结构,C++源代码
遗传优化神经网络结构,C++源代码-Genetic optimization of neural network architecture, C++ Source code
- 2023-07-04 11:35:03下载
- 积分:1
-
weka 的决策树的实现,对数据挖掘感兴趣的可以下哦,很好的呀
weka 的决策树的实现,对数据挖掘感兴趣的可以下哦,很好的呀-if you like Dataming
- 2022-04-28 00:05:11下载
- 积分:1
-
C 语言编缉神经网络工具
C 语言编缉神经网络工具-neural network tools edited by C language
- 2022-01-25 20:09:46下载
- 积分:1
-
也是学习别人的程序,不过他没有把核心代码给我
也是学习别人的程序,不过他没有把核心代码给我-also learn from others procedures, but he did not take me to the core code
- 2023-03-19 16:05:03下载
- 积分:1
-
最短路算法:基于遗传算法的一种最短路的MATLAB程序。
最短路算法:基于遗传算法的一种最短路的MATLAB程序。-Shortest Path Algorithm: Genetic Algorithm Based on one of the most short-circuit the MATLAB program.
- 2023-01-21 16:50:03下载
- 积分:1