-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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
-
小波十讲(中文版),这是个很好的讲义,希望对你有帮助
小波十讲(中文版),这是个很好的讲义,希望对你有帮助-Ten Lectures on Wavelets (Chinese version), which is a very good lecture notes, want to help you
- 2022-06-13 14:19:55下载
- 积分:1
-
SOBI算法,采用二阶统计量进行盲分离。
SOBI算法,采用二阶统计量进行盲分离。-SOBI algorithm, using second-order statistic for blind separation.
- 2022-02-01 02:02:23下载
- 积分:1
-
八数码难题源代码
八数码难题源代码-eight digital source code problems
- 2022-08-16 23:42:30下载
- 积分:1
-
Unicode Optical Character Recognition
Unicode Optical Character Recognition
- 2022-07-11 22:00:17下载
- 积分:1
-
Adaline Network Pattern Recognition 人工智能人工神经网络源码
Adaline Network Pattern Recognition 人工智能人工神经网络源码-Adaline Network Pattern Recognition of artificial neural network artificial intelligence source
- 2022-03-30 09:59:27下载
- 积分:1
-
神 经 网 络 的 资 料
神 经 网 络 的 资 料-neural network data
- 2022-11-09 04:35:03下载
- 积分:1
-
PSOt为PSO的工具箱,该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设...
PSOt为PSO的工具箱,该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。
- 2022-01-26 19:15:08下载
- 积分:1
-
这是IBM公司使用的一个生成数据流的源文件代码,对需要生成数据流做实验的朋友很有帮助。...
这是IBM公司使用的一个生成数据流的源文件代码,对需要生成数据流做实验的朋友很有帮助。-This is IBM" s use of a data stream generated source file code, on the need to generate data flow experiment" s friends helpful.
- 2022-01-26 04:10:48下载
- 积分:1
-
模式识别中关于感知器算法的程序,输入点进行聚类.
模式识别中关于感知器算法的程序,输入点进行聚类.-pattern recognition algorithm on the perception of the process, input cluster.
- 2022-03-16 10:01:51下载
- 积分:1