-
- 2022-07-25 12:56:48下载
- 积分:1
-
fuzzy control algorithms, procedures, guidelines,
模糊控制pid算法,程序化,可以方针,-fuzzy control algorithms, procedures, guidelines,
- 2022-02-02 15:09:37下载
- 积分:1
-
关于人工神经网络采用反向传播方法…
this about the artificial neural networks which uses the back propogation method.-this is about the artificial neural networks which uses the back propogation method.
- 2022-05-18 18:42:58下载
- 积分:1
-
基于VC开发的遗传算法源程序,有详尽的注释说明
基于VC开发的遗传算法源程序,有详尽的注释说明-based on the development of the VC genetic algorithm source files, a detailed Explanatory notes
- 2022-01-25 21:02:37下载
- 积分:1
-
basic neural network algorithm source, contains four basic arithmetic : BF, ART...
神经网络基本算法源程序,包含四个基本算法:BF,ART I,RBF,自组织算法,有详细的帮助文件。-basic neural network algorithm source, contains four basic arithmetic : BF, ART I, RBF, self-organizing algorithm, a detailed help files.
- 2022-03-18 20:15:58下载
- 积分:1
-
模拟退火基本模块,其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂...
模拟退火基本模块,其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂-Simulated Annealing basic module, in which part of the scale transformation is applied to a similar part of simulated annealing algorithm, all variables are very good to understand the use of Hanyu Pinyin
- 2022-07-26 20:11:59下载
- 积分:1
-
这是一本比较详细介绍进化算法的电子书,是pdf格式的。
这是一本比较详细介绍进化算法的电子书,是pdf格式的。-This is a more detailed introduction of the e-book evolution algorithm is pdf format.
- 2022-01-28 03:23:26下载
- 积分:1
-
利用一个较为成熟的遗传算法基础类库(作者:刘康),我自己在做论文的时候写得一个关于利用遗传算法进行节点部署应用的实验程序。您可以很容易地在其基础上实现自己应用相...
利用一个较为成熟的遗传算法基础类库(作者:刘康),我自己在做论文的时候写得一个关于利用遗传算法进行节点部署应用的实验程序。您可以很容易地在其基础上实现自己应用相关的算法程序,进行研究验证工作。希望此源码能够为相关人事提供帮助。-Use of a more mature class library based on genetic algorithm (Authors: Liu Kang), I have to do when writing a thesis on the use of genetic algorithm application node deployment Experimental procedures. You can easily realize in their own applications based on the algorithm-related procedures, conduct research validation. I hope that this source can provide assistance for the relevant personnel.
- 2023-02-05 04:45:03下载
- 积分:1
-
人工智能之八数码难题程序
人工智能之八数码难题程序-8 digital artificial intelligence problems procedures
- 2022-03-13 08:31:55下载
- 积分: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