Description: Ant algorithm is a probabilistic algorithm for finding optimal paths in graphs. It was suggested by Marco Dorigo in his doctoral thesis in 1992, and was inspired by the behavior of ants finding pathways during food search. Ant colony algorithm is a kind of simulation evolutionary algorithm, the preliminary research shows that the algorithm has many excellent properties.
To Search:
File list (Check if you may need any files):
ant_colony\ant_colony.m
ant_colony