A simple Java implementation for the TSP using the ant-colony system.
$ mvn compile
$ mvn -q exec:java -Dexec.mainClass="tsp.antcolony.Main" -Dexec.args="<PROBLEM_FILENAME.TSP>"
Will produce the output in results directory.
Implement 2-OPT or similar.DoneImplement Ant-Colony.Done
Achieve a relative error from the best known results less than 1%
GNU GPL 2.0 © peveloper