SonnyFixit / Travelling_salesman_problem

This code implements a genetic algorithm for solving the Traveling Salesman Problem (TSP) on a set of cities from a distance matrix, utilizing techniques such as tournament selection, PMX crossover, inversion and exchange mutations, and elitism to optimize the route and minimize total distance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SonnyFixit/Travelling_salesman_problem Stargazers