A Java implementation of ACO algorithms for the TSP
Project website
http://adibaba.github.io/ACOTSPJava/
Source code
https://github.com/adibaba/ACOTSPJava/
You have to include the Apache Commons CLI library 1.2
http://commons.apache.org/proper/commons-cli/
- Download the file
http://archive.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz - Copy the file 'commons-cli-1.2.jar' to your project directory
- Add the library
In Eclipse: Right-click on jar-file -> 'Build Path' -> 'Add to Build Path'
The code is based on the ACOTSP project of Thomas Stuetzle:
ACO algorithms for the TSP, version 1.03
http://www.aco-metaheuristic.org/aco-code
Adrian Wilke
http://adrianwilke.de/