https://github.com/adibaba/acotspjava
A Java implementation of ACO algorithms for the TSP
https://github.com/adibaba/acotspjava
Last synced: 2 months ago
JSON representation
A Java implementation of ACO algorithms for the TSP
- Host: GitHub
- URL: https://github.com/adibaba/acotspjava
- Owner: adibaba
- License: gpl-2.0
- Created: 2014-01-31T18:01:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T16:55:56.000Z (over 10 years ago)
- Last Synced: 2023-10-20T16:10:52.297Z (over 1 year ago)
- Language: Java
- Homepage: http://adibaba.github.io/ACOTSPJava/
- Size: 372 KB
- Stars: 19
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ACOTSPJava
==========A Java implementation of ACO algorithms for the TSP
Resources
---------Project website
http://adibaba.github.io/ACOTSPJava/Source code
https://github.com/adibaba/ACOTSPJava/Usage
-----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'Project information
-------------------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-codeContact
-------Adrian Wilke
http://adrianwilke.de/