AntColony Optimization for TSP, implement in Netlogo
-
Initialize: Create Breed (ant, request), Agents and Parameters (e.g. Number of Agents, Pheromone list)
-
Set the behavior of agents (ant keep moving to unvisited point with probability related to Distance and Pheromone)
-
Set the rule of Pheromone stayed
-
Keep itering and print the best solution in the time