​蚁群算法模拟蚁群觅食行为的一种优化算法(ACO)我要分享

ACO

​蚁群算法 优化算法 信息素 栅格 粒子群算法 机器人

关注次数: 490

下载次数: 0

文件大小: 2KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

蚁群算法是模拟蚁群觅食行为的一种优化算法。在整个觅食过程中蚂蚁散播信息素,蚂蚁通过感知到的信息素多少,来决定所要选择的下一个栅格。蚁群算法的核心部分在于模拟了蚁群的转移概率选择行为,通过使用信息素和启发式函数值进行转移概率计算。粒子群算法可以用于机器人运动轨迹规划,求得最短路径。


English Description:

... description: ant colony algorithm is a kind of simulation ant colony foraging optimization algorithm.Spread throughout the foraging ants pheromone, ants through perceived by many to decide to choose the next grid.Ant colony algorithm is a core part of the transfer probability of ant colony is simulated choice behavior, through the use of pheromone and heuristic function value transition probability calculation.粒子群算法可以用于机器人运动轨迹规划,求得最短路径(Ant colony algorithm is an optimization algorithm to simulate foraging behavior of ant colony.The ant disperses pheromones throughout the foraging process. The ant senses how many pheromones it has to choose the next grid.The core part of ant colony algorithm is to simulate the transfer probability selection behavior of ant colony and calculate the transfer probability by using pheromones and heuristic function values.Particle swarm optimization (pso) can be used for robot trajectory planning to obtain the shortest path.


代码预览

ACO.m