Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RadNaw1986 authored Jun 17, 2024
1 parent c7174d5 commit 87b2e1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
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.

0 comments on commit 87b2e1d

Please sign in to comment.