Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm

Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem

Al momento, stai seguendo questo contributo

Nota dell'editore: 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!

Cita come

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

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
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!