文件名称:蚁群算法
介绍说明--下载内容来自于网络,使用问题请自行百度
蚂蚁算法
蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群系统(Ant System或Ant Colony System)是由意大利学者Dorigo、Maniezzo等人于20世纪90年代首先提出来的。他们在研究蚂蚁觅食的过程中,发现单个蚂蚁的行为比较简单,但是蚁群整体却可以体现一些智能的行为。例如蚁群可以在不同的环境下,寻找最短到达食物源的路径。这是因为蚁群内的蚂蚁可以通过某种信息机制实现信息的传递。后又经进一步研究发现,蚂蚁会在其经过的路径上释放一种可以称之为“信息素”的物质,蚁群内的蚂蚁对“信息素”具有感知能力,它们会沿着“信息素”浓度较高路径行走,而每只路过的蚂蚁都会在路上留下“信息素”,这就形成一种类似正反馈的机制,这样经过一段时间后,整个蚁群就会沿着最短路径到达食物源了。(ant algorithm
Ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the way ants find paths in the search for food. This algorithm has the characteristics of distributed computation, positive feedback of information and heuristic search. It is essentially a heuristic global optimization algorithm in evolutionary algorithm. Ant colony system (Ant System or Ant Colony System) was first proposed by Italy scholars Dorigo, Maniezzo and others in 1990s. They studied ants foraging process, found that the behavior of a single ant is relatively simple, but the ant colony as a whole can reflect some intelligent behavior.)
蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群系统(Ant System或Ant Colony System)是由意大利学者Dorigo、Maniezzo等人于20世纪90年代首先提出来的。他们在研究蚂蚁觅食的过程中,发现单个蚂蚁的行为比较简单,但是蚁群整体却可以体现一些智能的行为。例如蚁群可以在不同的环境下,寻找最短到达食物源的路径。这是因为蚁群内的蚂蚁可以通过某种信息机制实现信息的传递。后又经进一步研究发现,蚂蚁会在其经过的路径上释放一种可以称之为“信息素”的物质,蚁群内的蚂蚁对“信息素”具有感知能力,它们会沿着“信息素”浓度较高路径行走,而每只路过的蚂蚁都会在路上留下“信息素”,这就形成一种类似正反馈的机制,这样经过一段时间后,整个蚁群就会沿着最短路径到达食物源了。(ant algorithm
Ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the way ants find paths in the search for food. This algorithm has the characteristics of distributed computation, positive feedback of information and heuristic search. It is essentially a heuristic global optimization algorithm in evolutionary algorithm. Ant colony system (Ant System or Ant Colony System) was first proposed by Italy scholars Dorigo, Maniezzo and others in 1990s. They studied ants foraging process, found that the behavior of a single ant is relatively simple, but the ant colony as a whole can reflect some intelligent behavior.)
相关搜索: matlab
(系统自动生成,下载前可以参看下载内容)
下载文件列表
蚁群算法\ACATSP.m
蚁群算法\DrawRoute.m
蚁群算法\Test.m
蚁群算法\蚂蚁算法程序-matlab.txt
蚁群算法
蚁群算法\DrawRoute.m
蚁群算法\Test.m
蚁群算法\蚂蚁算法程序-matlab.txt
蚁群算法
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.