/TSP_using_Genetic_Algorithm

This project tries to get a approximate solution for the Travelling Salesman Problem in 3 Dimension with the help of Genetic Algorithm. It can work for an input size of 1000 cities and would give an acceptable distance in less than 200 seconds.

Primary LanguagePython

TSP_using_Genetic_Algorithm

This project tries to get a approximate solution for the Travelling Salesman Problem in 3 Dimension with the help of Genetic Algorithm. It can work for an input size of 1000 cities and would give an acceptable distance in less than 200 seconds.