-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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
-
Algorithm based on the outline of (Lin, 1965) for unix
Algorithm based on the outline of (Lin, 1965) for unix
- 2022-07-25 09:49:18下载
- 积分:1
-
模拟3G环境,测试可伸缩视频码流,适合JSVM开发者
模拟3G环境,测试可伸缩视频码流,适合JSVM开发者-Analog 3G environment, testing, scalable video stream, suitable for JSVM developers
- 2022-03-23 23:28:02下载
- 积分:1
-
在对神经网络了解一点点后就可看懂这个,介绍MATLAB神经网络工具箱运用...
在对神经网络了解一点点后就可看懂这个,介绍MATLAB神经网络工具箱运用
- 2022-12-04 01:25:03下载
- 积分:1
-
遗传算法的VS2003工程,调试通过,An Introduction to Genetic Algorithms for Scientists and Engi...
遗传算法的VS2003工程,调试通过,An Introduction to Genetic Algorithms for Scientists and Engineers 书中的算法源程序-Genetic algorithm works VS2003, debugging through, An Introduction to Genetic Algorithms for Scientists and Engineers book algorithm source code
- 2023-03-06 00:30:04下载
- 积分:1
-
遗传算法在MATLAB环境中的实现.rar
遗传算法在MATLAB环境中的实现.rar-genetic algorithm in MATLAB environment is achieved. Rar
- 2022-05-17 22:28:19下载
- 积分:1
-
分层聚类算法的一个算法,它使用的代表…
层次聚类算法中的cure算法,它利用代表点来达到聚类目的-hierarchical clustering algorithm cure the algorithm, which uses representatives point to achieve clustering purpose
- 2022-03-17 06:33:08下载
- 积分:1
-
SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文...
SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文-SVDD tools,can be used to process one class classification problem,for more details ,we refer to "Support Vector Data Description"
- 2022-11-12 23:15:03下载
- 积分:1
-
用VC++实现的,超级好用的8种神经网络源代码,超好用,超简洁 ,是我多年研究所得,已经全部测试过
用VC++实现的,超级好用的8种神经网络源代码,超好用,超简洁 ,是我多年研究所得,已经全部测试过-With VC++ Realize, and eight kinds of super-to-use neural network source code,超好用, super-simple, is my research for many years, they have all been tested
- 2022-12-31 13:45:05下载
- 积分:1
-
artificial intelligence programs to answer the questions and
人工智能课程习题与解答-artificial intelligence programs to answer the questions and
- 2022-03-16 05:55:28下载
- 积分:1