Skip to content

Implementation of an Ant Colony System to solve the Traveling Salesman Problem

License

Notifications You must be signed in to change notification settings

piperamirez/tsp-acs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsp-acs

About

This is an implementation of an Ant Colony System (ACS) to solve the Traveling Salesman Problem (TSP). It supports both sequential and parallel versions.

In doc/tsp-acs.pdf the algorithm is described in detail and a comparison of performance is discussed.

Authors

  • Felipe Ramirez

Usage

./tsp-acs <data> <number_of_ants> <use_threads>
  • data is an instance of the TSP
  • number_of_ants is the number of ants to be routed
  • use_threads whether 0 or 1

About

Implementation of an Ant Colony System to solve the Traveling Salesman Problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published