Skip to content

Implementation of the Genetic Algorithm in the Traveling Salesman Problem (TSP)

Notifications You must be signed in to change notification settings

RadNaw1986/TSP-Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TSP-Genetic-Algorithm

Implementation of Genetic Algorithm in Traveling Salesman Problem (TSP)

  1. Introduction: The aim of the project was to create a computer application utilizing a genetic algorithm to solve the Traveling Salesman Problem (TSP). The application was designed to find the optimal route visiting each city exactly once and returning to the starting city, minimizing the total distance traveled.

  2. Problem Description: The Traveling Salesman Problem (TSP) involves finding the shortest possible route that visits each city from a specified list exactly once and returns to the starting point. It is an NP-hard optimization problem.

About

Implementation of the Genetic Algorithm in the Traveling Salesman Problem (TSP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published