-
基于遗传算法实现的人工控制的登月工程的模拟程序
基于遗传算法实现的人工控制的登月工程的模拟程序-based on genetic algorithm to achieve the artificial control of the simulated lunar landing procedures
- 2022-01-28 01:00:57下载
- 积分:1
-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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
-
根据人工智能的模糊理论编写的温度控制程序,实现对温度的模糊控制...
根据人工智能的模糊理论编写的温度控制程序,实现对温度的模糊控制-under artificial intelligence theory of fuzzy prepared by the temperature control process, the temperature of Fuzzy Control
- 2022-07-21 12:32:37下载
- 积分:1
-
一个经典的遗传算法的C语言程序包可以直接用于开发…
一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
- 2022-03-28 10:48:43下载
- 积分:1
-
neural network tsp of the simulated annealing algorithm to achieve the Matlab
神经网络中的tsp的模拟退火算法的matlab实现-neural network tsp of the simulated annealing algorithm to achieve the Matlab
- 2023-02-19 08:25:02下载
- 积分:1
-
I recently wrote a paper source, mainly for reference signal with the ICA algori...
我最近写的一篇论文的源码,主要是对带参考信号的 ICA算法的扩展,多参考信号的ICA固定点算法。-I recently wrote a paper source, mainly for reference signal with the ICA algorithm expansion more reference signal ICA fixed-point algorithms.
- 2022-03-14 21:56:04下载
- 积分:1
-
fortran 语 言 编 写 基 本 遗 传 算 法 源 程 序 fortran Genetic Algorithms written by FORTRAN...
fortran 语 言 编 写 基 本 遗 传 算 法 源 程 序 fortran Genetic Algorithms written by FORTRAN
- 2022-03-14 19:29:37下载
- 积分:1
-
对iris数据进行聚类分析的java源程序
对iris数据进行聚类分析的java源程序-Iris data of cluster analysis of java source code
- 2022-06-29 04:42:01下载
- 积分:1
-
利用神经网络解决控制论的问题.很好地阐述了这一问题的解决方法....
利用神经网络解决控制论的问题.很好地阐述了这一问题的解决方法.-The use of neural networks to solve the problem of control theory. A very good description of the problem solution.
- 2023-03-31 23:30:04下载
- 积分:1
-
关于求最值的delphi遗传算法源码,绝对可以用,调试通过,界面美观,由王小平书上的c代码改编所成,创建了一个ga类,向构造函数输入合适的参数就可以运算!...
关于求最值的delphi遗传算法源码,绝对可以用,调试通过,界面美观,由王小平书上的c代码改编所成,创建了一个ga类,向构造函数输入合适的参数就可以运算!-seek the most value on the delphi genetic algorithm source code can definitely use, debug, beautiful interface, Wang Xiaoping book adaptation of the c code by 10%, creating a ga category Constructors input to the appropriate Operational parameters can!
- 2022-02-14 09:53:05下载
- 积分:1