-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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
-
BP网络神经元控制器BPNNC
BP网络神经元控制器BPNNC-BPNNC of the BPnetwork neuron controller
- 2022-05-31 04:56:26下载
- 积分:1
-
神经网络机器人避障matlan仿真程序可以模拟技术。
神经网络机器人避障matlan仿真程序
可模拟机器人在空间的避障动作-Neural Network Robot Obstacle Avoidance matlan simulation program can simulate the robot moves in space, obstacle avoidance
- 2022-03-05 19:28:56下载
- 积分:1
-
遗传算法的一些经典程序收集
遗传算法的一些经典程序收集-genetic algorithem2
- 2023-03-06 17:35:04下载
- 积分:1
-
堆排序适合于待排序文件中记录较多的情况,因为其主要的时间开销在于建堆和调整堆...
堆排序适合于待排序文件中记录较多的情况,因为其主要的时间开销在于建堆和调整堆-HEAPSORT be suitable for sorting paper records more, because the main overhead is the time to build reactors and adjusting the heap
- 2022-08-15 16:06:56下载
- 积分:1
-
用于三分类的BP算法程序,matlab源码
用于三分类的BP算法程序,matlab源码-three classifications for the BP algorithm procedures, Matlab FOSS
- 2022-01-26 08:07:44下载
- 积分:1
-
java系列归因于反
用Java编的人工智能的归结反演算法-Java series attributed to the anti-artificial intelligence algorithms
- 2022-05-30 06:38:24下载
- 积分:1
-
一个C编写的足球机器人比赛程序,算法很好
一个C编写的足球机器人比赛程序,算法很好-C prepared by a robot soccer competition procedures, a good algorithm
- 2022-03-25 16:29:37下载
- 积分:1
-
约束条件下的序列模式挖掘(带约束)
Mining sequential patterns with constraint (SPADE with constraint)
- 2022-02-28 13:31:14下载
- 积分:1
-
RBF神经网络的应用
径向基函数网络应用实例-RBF Network Application
- 2022-03-21 16:17:08下载
- 积分:1