Ant Colony Optimization — TSP

Pheromone trails guide ants to near-optimal routes on 30 cities
Ant System algorithm. Each ant builds a tour using pheromone × heuristic (1/distance) probabilities. Pheromone evaporates each iteration, reinforcing good paths.
Iteration
0
Best ACO Distance
--
NN Heuristic
--
ACO vs NN
--
Avg pheromone
--
Blue = ACO best | Red dashes = NN baseline. Edge brightness = pheromone intensity.