Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 295 Bytes

File metadata and controls

6 lines (4 loc) · 295 Bytes

🗺️ Travelling Salesman Problem (TSP) using Genetic Algorithm

This project uses a genetic algorithm to find a near-optimal route that visits all cities exactly once and returns to the starting point.

📊 Output

  • The algorithm visualizes the shortest path after several generations.