-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7174d5
commit 87b2e1d
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# 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. |