Skip to content

Solution to TSP (Travelling salesman problem) using Particle Swarm Optimization (PSO) - Language: Python

Notifications You must be signed in to change notification settings

marcoscastro/tsp_pso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travelling salesman problem (TSP) - Particle Swarm Optimization (PSO)

Solution for TSP (Travelling salesman problem) using Particle Swarm Optimization (PSO) - Language: Python

Attention please: check the references (folder "references" for to understand the code).

For the following graph (initial vertex is 0):

The output:

About

Solution to TSP (Travelling salesman problem) using Particle Swarm Optimization (PSO) - Language: Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages