Introduction - If you have any usage issues, please Google them yourself
Ant colony algorithm is a probabilistic algorithm for finding optimal paths. It was put forward by Marco Dorigo in his doctoral dissertation in 1992, which is inspired by the behavior of ants in finding food in the process of finding food.
This algorithm has the characteristics of distributed computing, positive feedback and heuristic search. In essence, it is a heuristic global optimization algorithm in evolutionary algorithm. Matlab implementation of ant colony algorithm