Müravähenduse
Müravähenduse, also known as ant colony optimization (ACO), is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. It is a member of the ant algorithms family, which is inspired by the pheromone trail laying and following behavior of real ants. The algorithm was first proposed by Marco Dorigo in 1992.
The basic idea behind ACO is to mimic the behavior of ants searching for food. Ants deposit
In ACO, artificial ants are used to search for solutions to a problem. Each ant builds a
ACO has been successfully applied to a wide range of problems, including the traveling salesman problem, vehicle