文件名称:ACO-TSP
介绍说明--下载内容均来自于网络,请自行研究使用
Ant Colony Optimization Algorithm (ACO) and TSP
ACO algorithm mimics the behavior of real life ants and on how they interact with each other. The basic philosophy of the algorithm involves the movement of a colony of ants through the different states of the problem influenced by two local decision policies, viz., trails and attractiveness and two mechanisms, viz., trail evaporation and daemon actions. The algorithm aims to search for an optimal path based on the behavior of ants seeking a path between their colony and a source of food. Thereby, each such ant incrementally constructs a solution to the problem.
ACO algorithm mimics the behavior of real life ants and on how they interact with each other. The basic philosophy of the algorithm involves the movement of a colony of ants through the different states of the problem influenced by two local decision policies, viz., trails and attractiveness and two mechanisms, viz., trail evaporation and daemon actions. The algorithm aims to search for an optimal path based on the behavior of ants seeking a path between their colony and a source of food. Thereby, each such ant incrementally constructs a solution to the problem.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ACO-TSP\ACO.m
.......\ACO_Elitist.m
.......\ACO_rank.m
.......\ACS.m
.......\calculated_distance.m
.......\data.xlsx
.......\fitness.m
.......\MMAS.m
.......\RouletteWheel.m
.......\~$data.xlsx
ACO-TSP