Ant Colony Optimization Techniques applied on Travelling Salesman Problem

This program applies the typical ant colony optimization technique on TSP problem.
3.6K Downloads
Updated 3 May 2012

View License

The selection route which each ant will select is based on maximum probability criteria, and the amount pheromone remains on each route between two cities.

Cite As

Hamid Behravan (2024). Ant Colony Optimization Techniques applied on Travelling Salesman Problem (https://www.mathworks.com/matlabcentral/fileexchange/35506-ant-colony-optimization-techniques-applied-on-travelling-salesman-problem), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Change to Probability Selection

1.0.0.0