/TSP-with-Genetic-Algorithm

Travelling Salesman problem solved through Genetic Algorithm

Primary LanguageR

TSP-with-Genetic-Algorithm

The classic Travelling Salesman problem is solved with evolutionary Genetic Algorithm. Dataset contains set of cities with corresponding x and y co-ordinates. Every item of population has complete tour of all cities. Selection strategies : Roulette Wheel Selection Tournament Selection