Skip to content

Jedrek00/TSP-Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSP-Genetic-Algorithm

Implementation of Travel Salesman Problem with Genetic Algorithm in Python.

Methods to find the shortest route:

  • greedy
  • genetic algorithm (GA)

GA is using for:

  • Selection:

    • tournament based
    • random wheel
  • Crossover:

Data can be generated or loaded from file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages