shonali-ks / comparing-algo-to-solve-tsp

Comaparing diffrenent algorithm to solve TSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comparing-algo-to-solve-tsp

Comaparing diffrenent algorithm to solve TSP

  • Naive
  • Dynamic Programming
  • Branch and bound
  • 3/2 opt
  • Genetic Algorithm

How to run

CLone the repo and inside the directory run python3 main.py
The inputs are hardcoded with 9 nodes each

Genetic and 3/2 opt uses one same data and both the input format is in co-ordinate system.
Rest uses a adjacency martix.

About

Comaparing diffrenent algorithm to solve TSP


Languages

Language:Python 100.0%