webintellectual / Travelling-Salesman-Problem-busted-with-AI

We have solved famous Travelling Salesman Problem using an AI algorithm Simulated Annealing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALGORITHM USED : Simulated Annealing


131 VLSI Data Points:

Optimal Path
(length = 564)
Our Output by SA
(length = 646)

237 VLSI Data Points:

Optimal Path
(length = 1019)
Our Output by SA
(length = 1156)

343 VLSI Data Points:

Optimal Path
(length = 1368)
Our Output by SA
(length = 1464)

379 VLSI Data Points:

Optimal Path
(length = 1332)
Our Output by SA
(length = 1518)

380 VLSI Data Points:

Optimal Path
(length = 1621)
Our Output by SA
(length = 1941)


Rajasthan dataset:

Initial Random Path
(5272.22 km)
Output by SA
(2148.81 km)

MY REFERENCES:

Helped in code implementation:

VLSI Datset provided by Andre Rohe


CAUTION:

© You must take permission from me before using this code in your work/project.
Following attributes are mandatory:
GitHub: https://github.com/webintellectual/Travelling-Salesman-Problem-busted-with-AI
Linkedin: https://www.linkedin.com/in/akshay-189a48200/
Medium: https://medium.com/@warriorak77

About

We have solved famous Travelling Salesman Problem using an AI algorithm Simulated Annealing


Languages

Language:Jupyter Notebook 100.0%