-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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
-
C neural network development kits 8am, the C language can be used to develop a v...
C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序 -C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environment example source
- 2022-03-26 05:06:39下载
- 积分:1
-
dv-hop的定位算法,已知网络中几个锚节点就可以计算出网络中其他点的坐标,但这种算法有时由于网络密度的稀疏,可能误差会有一些-dv-hop positioning algorithm, known to the network a few anchor nodes on the network can calculate the coordinates of other points, but this algorithm is sometimes due to the sparse network density may be some errors
- 2023-06-17 04:45:02下载
- 积分:1
-
C语言中的ADALINE神经网络算法的介绍。
介绍了神经 网络中的ADALINE算法的C语言实现.-Introduction of the ADALINE neural network algorithm in C language.
- 2022-03-24 08:36:48下载
- 积分:1
-
JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms)
JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms) -JAVA version of the ant algorithm (Ant Colony Optimization Algorithms)
- 2022-02-04 08:23:21下载
- 积分:1
-
神经网络工具箱
串口服务器KEIL C51原代码,单片机采用STC89C58RD+,网络控制器采用RTL8019,经过三层交换机测试,可以直接应用在产品,串口波特率576-KEIL C51 serial server source code, microcontroller used STC89C58RD+, Network controller using RTL8019, after a three-switch testing, can be directly applied to products, serial baud rate 576
- 2022-07-07 15:02:44下载
- 积分:1
-
Bayes网络工具箱,可以用作分类或者拟和,希望对大家有用
Bayes网络工具箱,可以用作分类或者拟和,希望对大家有用-Bayes network toolbox, can be used as a classification or proposed and, in the hope that useful to everybody
- 2022-02-11 22:24:58下载
- 积分:1
-
matlab 自适应遗传算法源程序,用到了G
matlab 自适应遗传算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,应该会使程序更简单一点.-Matlab adaptive genetic algorithm source code, used in the G-S orthogonal decomposition. We can do something QR decomposition, the process would be simpler 1:00.
- 2023-06-27 02:15:03下载
- 积分:1
-
遗传算法工具箱及应用,包括了美国那个大学遗传工具箱的应用说明,很好用...
遗传算法工具箱及应用,包括了美国那个大学遗传工具箱的应用说明,很好用-Genetic algorithm toolbox and its application, including the United States that the University of the genetic toolbox of application notes, very good use
- 2023-09-04 00:20:04下载
- 积分:1
-
遗传算法的人工生命模拟源程序
遗传算法的人工生命模拟源程序-Genetic algorithm source artificial life simulation
- 2022-07-07 14:14:08下载
- 积分:1