Skip to content

sgalella/AntColonyTSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AntColony TSP

Ant colony algorithm to solve the travelling salesman problem (TSP):

"Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city and returns to the origin city?" — From Wikipedia

Images

Usage

Use the following command in the command window to run the algorithm:

run("src/main")

About

Ant colony algorithm for solving the TSP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages