Also known as: Ant Colony Optimisation
Ant colony optimization is a probabilistic optimization technique inspired by the way ants use pheromone trails to discover efficient paths. It is commonly applied to problems that can be represented as paths through graphs, such as routing, scheduling, and combinatorial search.
A probabilistic technique for solving computational problems that can be reduced to finding good paths through graphs.