This project aims to solve the Traveling Salesman Problem (TSP) using a Genetic Algorithm. The TSP involves finding the shortest possible route that visits a set of locations (in this case, Egyptian governorates) and returns to the starting location. We'll apply this algorithm to help Sabry's Dialy, an Egyptian YouTuber, find the closest road betwe
-
Updated
Sep 17, 2023 - Python