Description: 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.
To Search:
File list (Check if you may need any files):
蚁群算法\ACATSP.m
蚁群算法\DrawRoute.m
蚁群算法\Test.m
蚁群算法\蚂蚁算法程序-matlab.txt
蚁群算法