-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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
-
基于遗传神经网络的图像分割系统源代码,下载后直接使用
基于遗传神经网络的图像分割系统源代码,下载后直接使用-Based on genetic neural network image segmentation system source code, download direct use of
- 2022-04-06 13:52:59下载
- 积分:1
-
每个函数都有它自己的帮助可以通过键入“帮助了名字”
every function has its own help which can be obtained by typing "help name"
where "name" is the function, e.g. "help fcm"-every function has its own help which can be obtained by typing "help name" where "name" is t he function, eg "help FCM"
- 2022-08-03 17:35:25下载
- 积分:1
-
SOFM neural network c++ Source can be used for remote sensing image classificati...
SOFM神经网络的 c++源程序 可用于遥感图像分类-SOFM neural network c++ Source can be used for remote sensing image classification
- 2022-02-20 20:32:48下载
- 积分:1
-
一类球型分布问题的实现
一类球型分布问题的实现-a ball-type distribution of achievement
- 2022-12-27 18:05:03下载
- 积分:1
-
这是明星模式识别章的课件源码,包括…
这是台湾张智星的模式识别的课件的源码,包括GMM和data clusting-This is the star pattern recognition Zhang Zhi courseware source, including the GMM and data clusting
- 2022-01-26 06:02:57下载
- 积分:1
-
混沌遗传算法
混沌遗传算法-Chaos Genetic Algorithm
- 2022-06-29 03:41:31下载
- 积分:1
-
模糊规则库实现
Fuzzy Rule Base Implementation
- 2022-07-03 23:54:45下载
- 积分:1
-
实现了RBF网络,已载入训练和测试样本,可根据需要将其更换...
实现了RBF网络,已载入训练和测试样本,可根据需要将其更换-Achieved a RBF network, has been printed in the training and test samples may be needed to replace
- 2022-06-29 15:59:05下载
- 积分:1
-
英国支持向量机的环境下使用的是用的+ +开发的,有完整的…
英国svm编写的环境用vc++开发,有完整的源代码,一定会有帮助!
- 2023-09-07 18:00:03下载
- 积分:1