Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm

Version 1.0.0.0 (28,2 KB) von wang h
Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
19,7K Downloads
Aktualisiert 27. Apr 2007

Keine Lizenz

Anmerkung des Herausgebers: This file was a File Exchange Pick of the Week

In this M-file, the implementation of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the playing iterative course.
ACO('filename.tsp');
filename.tsp is the problem file of the Symmetrical or Asymmetrical TSP problem which you can download from the following site: http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html
As there is several type of ACO algorithm, the basic one Ant System(AS) is given, which is original. For more problems or other ACO algorithms, you can contact me by the email codstar@126.com. plealse make me known if you want to use it commercially.
And many thanks for Doug Hull's advice!

Zitieren als

wang h (2025). Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm (https://de.mathworks.com/matlabcentral/fileexchange/14543-solving-symmetrical-and-dissymmetrical-tsp-base-on-ant-colony-algorithm), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2006a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

AntSystem-WithPlay/

Version Veröffentlicht Versionshinweise
1.0.0.0

The code was updated to play the iterative course so the audience can understand ACO easily, and some errors in the commentary were correct!