Ant colony optimization

From DDL Wiki

(Difference between revisions)
Jump to: navigation, search
(External Links)
Line 9: Line 9:
==External Links==
==External Links==
-
[http://www.aco-metaheuristic.org/ Ant Colony Optimization Home Page]
+
*[http://www.aco-metaheuristic.org/ Ant Colony Optimization Home Page]
 +
*[http://iridia.ulb.ac.be/~mdorigo/ACO/aco-code/public-software.html ANSI C implementation of ACO], by Thomas Stützle
 +
*[http://www.d7s.com/acostrawberry.htm Java implementation of Ant Colony Optimization], Andrew Carson
 +
*[http://www.ict.swin.edu.au/personal/dangus/dissertations.htm A list of dissertations relevant to the ACO field]
 +
*[http://www.it.swin.edu.au/personal/jbrownlee/comopt/index.htm Combinatorial Optimisation] - JAVA Applet demonstrating ACO variants including Ant Systems, Rank Based Ant Systems, Max-Min Ant Systems, Ant Colony Systems
==References==
==References==

Revision as of 12:23, 29 November 2006

Ant Colony Optimization (ACO) is a probabalistic technique inspired by the way ants make and find paths from the colony to food. The technique is used to solve discrete optimization problems that can be reduced to finding good paths through graphs.

Contents

History

The first appearance of an ACO system was in a Ph.D. thesis in 1992 by Marco Dorigo at Politecnico di Milano. It was called Ant System (AS). Since 1995 various other extended versions of AS have been developed, including Ant Colony System (ACS) and MAX-MIN Ant System (MMAS). In 1999 Dorigo proposed the Ant Colony Optimization metaheuristic this is most common today.

Real World Ant Behavior

Application

External Links

References

  • Éric Bonabeau, Marco Dorigo et Guy Theraulaz, Inspiration for optimization from social insect behaviour, Nature, 406 39-42, July 2000.
  • F. Moyson, B. Manderick, The collective behaviour of Ants : an Example of Self-Organization in Massive Parallelism, Proceedings of AAAI Spring Symposium on Parallel Models of Intelligence, Stanford, California, 1988.
  • A. Colorni, M. Dorigo et V. Maniezzo, Distributed Optimization by Ant Colonies, Proceedings of the first european conference on artificial life, Paris, France, Elsevier Publishing, 134-142, 1991.
  • M. Dorigo, Optimization, Learning and Natural Algorithms, PhD thesis, Politecnico di Milano, Italy, 1992.
  • Éric Bonabeau, Marco Dorigo et Guy Theraulaz, Swarm Intelligence: From Natural to Artificial Systems, Oxford University Press, 1999. ISBN 0-19-513159-2
  • M. Dorigo, T. Stützle, Ant Colony Optimization, MIT Press, 2004. (ISBN 0-262-04219-3)
Personal tools