-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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
-
遗传算法,网络故障的源代码!值得学习!欢迎下载!
遗传算法,网络故障的源代码!值得学习!欢迎下载!-genetic algorithms, network fault of the source code! Worth learning! Welcome to download!
- 2023-07-08 04:00:03下载
- 积分:1
-
清华大学不确定规划教材中的模糊规划求解算法2
清华大学不确定规划教材中的模糊规划求解算法2-Tsinghua University, uncertainty in the planning of teaching materials fuzzy programming algorithm 2
- 2023-06-28 15:35:03下载
- 积分:1
-
神经网络lvq算法程序
神经网络lvq算法程序-neural network algorithm procedures lvq
- 2022-06-14 00:05:48下载
- 积分:1
-
and template based on the color of face detection MATLAB source. Rar certain ref...
基于肤色和模板的人脸检测MATLAB源代码.rar具有一定参考价值。-and template based on the color of face detection MATLAB source. Rar certain reference value.
- 2022-11-07 00:35:03下载
- 积分:1
-
一个极好的支持向量机代码,来自于一个超人,并强烈推荐…
一个牛人的神经网络支持向量机代码,对于搞模式识别的朋友强烈推荐!-A wonderful program of svm code coming from a superman,and strong recommendation to someone who learn about pattern-recognition .
- 2022-06-19 05:56:32下载
- 积分:1
-
In this paper, we designed a 3
文中设计了一个3层径向基神经网络(RBFN)用于对企业的5项评价指标进行聚类分析,并与蚁群算法做了比较分析。RBFN由输入层
到隐含层采用传统的K一均值算法,隐含层到输出层通过“模2递减”学习速率的BP学习;蚁群算法根据信息素的分配能够自动调整收索
路径,从而达到数据自动聚类的目的。结果表明,与蚁群算法相比,改进RBFN具有快速收敛、自动识别奇异样本的优点,而蚁群算法
无须教师学习,并能够达到全局最优。-In this paper, we designed a 3-layer RBF neural network (RBFN) for the 5-to-business evaluation indicators cluster analysis and ant colony algorithm has done a comparative analysis. RBFN from input layer to hidden layer using the traditional K-means algorithm, hidden layer to output layer through the Mode 2 decreasing learning rate of BP learning ant colony algorithm based on pheromone can automatically adjust the allocation of land Faso path, thereby to achieve the purpose of automatic data clustering. The results showed that compared with the ant colony algorithm to improve the RBFN has a fast convergence, automatic identification of singular advantage of the sample, while the ant colony algorithm do not need teachers to learn and be able to reach the global optimum.
- 2022-11-25 09:35:03下载
- 积分:1
-
SPEA2源码,效果相当好
ZIZTLER系列复杂函数只有第三个效果不太好...
SPEA2源码,效果相当好
ZIZTLER系列复杂函数只有第三个效果不太好-SPEA2 source, the effect ZIZTLER very good series of complex functions, only the third effect is not a good
- 2022-07-11 04:23:52下载
- 积分:1
-
本代码用蚁群算法求解带时间窗的车辆路径问题
本代码用蚁群算法求解带时间窗的车辆路径问题-The code with ant colony algorithm with time window of vehicle routing problem
- 2022-05-17 08:30:38下载
- 积分:1
-
breadth priority use of artificial intelligence algorithms to solve eight digita...
人工智能运用广度优先算法来解决八数码问题,由初始状态到目标状态按层搜索-breadth priority use of artificial intelligence algorithms to solve eight digital issue, the initial state to the target state by layer Search
- 2022-04-12 02:02:57下载
- 积分:1