Implementation of Ant colony optimization algorithms for Discrete and Combinatorial Optimization Pro我要分享

Implementation of Ant colony optimization algorith

关注次数: 198

下载次数: 0

文件大小: 6.50 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:蚁群优化(ACO)是受蚂蚁社会行为的启发而提出的一组概率元启发式算法和一种智能优化算法。蚁群算法也被归类为群体智能方法,因为实现了这种范式,通过模拟蚂蚁在这些算法结构中的行为。


English Description:

Ant Colony Optimization (ACO) are a set of probabilistic metaheuristics and an intelligent optimization algorithms, inspired by social behavior of ants. ACO algorithms are also categorized as Swarm Intelligence methods, because of implementation of this paradigm, via simulation of ants behavior in the structure of these algorithms. First ACO algorithm is proposed by Marco Dorigo in his PhD thesis, in 1991, as Ant System algorithm. Various versions of ant algorithms are proposed by several researchers, such as Max-Min Ant System, Ant Colony System, and ACOR, the ACO for continuous domains. If you would like to read more about ant algorithms, you can see the related article in Wikipedia (h


代码预览

相关推荐