Skip to content

hhh2012aa/Ant-Colony-for-TSP-Implement-in-Netlogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

AntColony Optimization for TSP, implement in Netlogo

  1. Initialize: Create Breed (ant, request), Agents and Parameters (e.g. Number of Agents, Pheromone list)

  2. Set the behavior of agents (ant keep moving to unvisited point with probability related to Distance and Pheromone)

  3. Set the rule of Pheromone stayed

  4. Keep itering and print the best solution in the time

Releases

No releases published

Packages

No packages published