-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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 algorithm source, there are basic genetic algorithm various operational and very comprehensive!
- 2022-08-23 12:22:24下载
- 积分:1
-
isomap等规度映射,特征提取,机器学习
isomap等规度映射,特征提取,机器学习-Isotacticity isomap mapping, feature extraction, machine learning
- 2022-02-02 14:30:36下载
- 积分:1
-
用于三分类的BP算法程序,matlab源码
用于三分类的BP算法程序,matlab源码-three classifications for the BP algorithm procedures, Matlab FOSS
- 2022-01-26 08:07:44下载
- 积分:1
-
如何在VB下实现BP神经网络的拓扑优化算法
如何在VB下实现BP神经网络的拓扑优化算法
- 2023-01-01 08:25:03下载
- 积分:1
-
人工智能与模糊控制_电力系统
人工智能与模糊控制_电力系统-artificial intelligence and fuzzy control _ Power System
- 2022-03-20 18:40:19下载
- 积分:1
-
使用BP网络进行模式识别,识别0-9的数字
使用BP网络进行模式识别,识别0-9的数字-Using the BP network pattern recognition, identifying the number of 0-9
- 2023-02-02 13:40:04下载
- 积分:1
-
用人工神经网络的bp的方法解决异或问题
用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
- 2022-08-14 18:23:21下载
- 积分:1
-
neural network (pattern recognition module) software development kit! ! ! Nothin...
神经网络(模式识别模块)软件开发包!!!可以识别任何事物,适用于图像识别、语音识别、自动控制等诸多领域,具有简单、易学、开发周期短、识别率高等特点。-neural network (pattern recognition module) software development kit! ! ! Nothing can be identified and applied to image recognition, voice recognition, automatic control and many other areas, which is simple, easy to learn, short development cycle, features high recognition rate.
- 2023-04-30 21:30:04下载
- 积分:1
-
- 2022-02-06 11:12:38下载
- 积分:1