Simple TSP using PSO

Simple Travelling Salesman Problem solve using Particle swarm optimization

Vous suivez désormais cette soumission

Simple Steps:
a) Initialization
--Assign No of Nodes and their position
-- Estimate the Distance using sqrt((x1-x2)^2 +(y1-y2)^2)
b) Initialize PSO parameters
-- Assign Maximum Iteration
-- Assign Initial Population/particles
c) Fitness Function
-- Distance as cost/ We want to minimize the Distance

d) Result
-- Routing path Displayed with Arrow
-- starting node show as green color

Citation pour cette source

Amburose Sekar (2026). Simple TSP using PSO (https://fr.mathworks.com/matlabcentral/fileexchange/71589-simple-tsp-using-pso), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.2.1

change Preview Image

1.2.0

Get Accurate Result compare to Existing one.....soon update Multi-Node TSP with minimum complexity

1.0.0