-
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主...
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为――能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经过的路径上留下信息素,而且在运动过程中感知这种信息素的存在及其强度,并以此指导自己的运动方向。蚂蚁倾向于朝着信息素强度高的方向前进,因此,由大量蚂蚁组成的蚁群的行为便表现出一种信息的正反馈现象:某一路径上走过的蚂蚁越多,则后来者选择该路径的概率就越大,蚂蚁群就是通过个体之间的这种信息交换机制来彼此协作达到搜索食物的目的。
-ant colony algorithm
proposed by Colorni and Dorigo. The method is simulated by ants activity
- 2022-04-09 15:02:02下载
- 积分:1
-
遗传算法工具箱C++,这为Linux系统设计的,现在在。
遗传算法工具箱C++,本为Linux系统设计,现在改为在VC下能顺利编译而不需通过任何修改。基于面向对象方法设计,便于使用和扩展。-Genetic Algorithm Toolbox C++, This for the Linux system design, is now in the VC under the smooth adoption of the compiler without any changes. Method based on object-oriented design, easy to use and expand.
- 2022-01-25 16:54:40下载
- 积分:1
-
Contains using the vc forming but actually transmission class
nerve network cont...
一个利用vc编成的倒传递类神经网络内容包含到数层的神经网络编写
使用者可以清楚了解BP- Contains using the vc forming but actually transmission class
nerve network content to several nerve networks compiles the user to
be allowed clearly to understand BP
- 2023-08-10 08:05:03下载
- 积分:1
-
用C语言实现的BP网络的程序,严格按照BP的算法流程,开发环境为WIN...
用C语言实现的BP网络的程序,严格按照BP的算法流程,开发环境为WIN-TC-C language of BP procedures in strict accordance with the BP algorithm. Development Environment for the WIN-TC
- 2022-03-16 13:50:31下载
- 积分:1
-
模拟退火算法(解98数学建模灾情巡视问题)
模拟退火算法(解98数学建模灾情巡视问题)-Simulated annealing algorithm (solution of 98 to inspect the disaster mathematical modeling issues)
- 2022-02-02 21:33:23下载
- 积分:1
-
通过人工神经网络实现异或问题的解决,用visual c++开发
通过人工神经网络实现异或问题的解决,用visual c++开发-through artificial neural network or differences in the solution of problems with the development of visual c
- 2022-07-28 12:49:04下载
- 积分:1
-
Series of robot competitions, robocon,, Journal Papers
机器人竞赛系列,robocon,,期刊论文-Series of robot competitions, robocon,, Journal Papers
- 2023-08-05 17:00:03下载
- 积分:1
-
图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。...
图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。-A variety of image pattern recognition algorithm and its programming, including template matching classifier, geometric classifier and neural network classifiers, etc., can be used for handwritten numeral recognition.
- 2022-08-19 15:39:13下载
- 积分:1
-
这是蚁群算法的一个模拟的软件,可以看到整个蚁群觅食的具体过程,对算法的理解很有帮助....
这是蚁群算法的一个模拟的软件,可以看到整个蚁群觅食的具体过程,对算法的理解很有帮助.-This is the ant colony algorithm, a simulation software, can see the whole ant colony foraging specific process, the understanding of the algorithm very helpful.
- 2022-01-31 10:45:55下载
- 积分:1
-
solve the 8
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.-solve the 8-puzzle problem using A* algori thm. Definitely written by my self. NBS also include graphics library output.
- 2022-01-26 06:41:41下载
- 积分:1