Ant Colony Optimization

Home > Computer Science > Algorithms and data structures > Graph Traversal > Ant Colony Optimization

A meta-heuristic optimization algorithm that is inspired by the behavior of ants searching for food, and uses pheromone deposit and evaporation to guide the search process.