Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 334 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 334 Bytes

This code creates a simulation of ANT COLONY OPTIMIZATION working for TSP.

To run:

  1. Run the main file.
  2. Click to add nodes.
  3. Press ENTER or s to start.
  4. Press c to clear nodes.
  5. Press q or ESC to quit.

Lines with more pheromones will be brighter in color. The best discovered route for each round is highlighted in green.