An open API service indexing awesome lists of open source software.

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

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-code

Contact
-------

Adrian Wilke
http://adrianwilke.de/