Skip to content

Solve Traveling Salesman Problem Using Particle Swarm Optimization Algorithm

Notifications You must be signed in to change notification settings

wittfabian/tspnwithpso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ab6012 · Feb 21, 2016

History

59 Commits
Dec 4, 2015
Dec 4, 2015
Jan 17, 2016
Dec 9, 2015
Dec 30, 2015
Nov 20, 2015
Dec 30, 2015
Nov 25, 2015
Dec 10, 2015
Dec 13, 2015
Nov 25, 2015
Nov 20, 2015
Dec 30, 2015
Dec 30, 2015
Feb 21, 2016
Feb 18, 2016
Feb 18, 2016
Nov 25, 2015
Dec 5, 2015
Dec 30, 2015
Dec 30, 2015
Nov 12, 2015
Nov 7, 2015
Nov 25, 2015
Feb 18, 2016
Feb 18, 2016
Feb 18, 2016
Feb 18, 2016
Feb 18, 2016
Dec 30, 2015
Dec 5, 2015
Feb 18, 2016
Feb 18, 2016
Jan 2, 2016
Dec 30, 2015
Nov 25, 2015
Nov 12, 2015

Repository files navigation

Solve Traveling Salesman Problem with Neighborhood Using Particle Swarm Optimization Algorithm

ellipse examle

Each ellipse represents the border of a town in the traveling salesman problem. In the special case with a neighborhood we do not consider the center of the town. We are interested in the question where should the traveler enter the city, if the ellipse represent the city limit.

Dataset _tspn2DE5_1 after PSO Dataset _tspn2DE5_1 after insertion heuristics (first step) and PSO (second step)

Min. distance: 191.858 in 244.789 ms.

references

About

Solve Traveling Salesman Problem Using Particle Swarm Optimization Algorithm

Resources

Stars

Watchers

Forks

Languages