Skip to content

Solving Travelling Salesman Problem (TSP) using Ant Colony Optimization (ACO) method

Notifications You must be signed in to change notification settings

meghna-sk/TSP-Using-ACO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IT300 DAA Project: Travelling Salesman Problem Using Ant Colony Optimization

Solving Travelling Salesman Problem (TSP) using Ant Colony Optimization (ACO) method

The Base Paper is attached in the 'src' folder

  • Clone the repository
  • Run the following commands:
    • cd src
    • python main.py n or python3 main.py n
      • where n is the number of iterations.
      • All the tests have been carried out for number of iterations as 50, 100, 300, 500 and 1000 and were averaged over 10 trials.

About

Solving Travelling Salesman Problem (TSP) using Ant Colony Optimization (ACO) method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages