Skip to content

Solving the Traveling Sales Person problem using genetic algorithms.

License

Notifications You must be signed in to change notification settings

omarja12/Genetic_Algorithm_TSP

Repository files navigation

Solving the Traveling Sales Person problem using genetic algorithms.

  • This project aim is to solve the traveling salesperson problem using genetic algorithms, with different combinations of selection algorithms, crossover, and mutation operators. A comparative study analysis is used to identify the parameters that achieve the best results for the problem in question.