Skip to content

jcs98/genetic-traveller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Traveller

Solving and Visualising the Travelling Salesman Problem with a Genetic Algorithm

demo


The travelling salesman problem (TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city and returns to the origin city?" It is an NP-hard problem in combinatorial optimization, important in operations research and theoretical computer science. - Wikipedia

Features

  • Change parameters like No. of cities, Population Size and Mutation Rate
  • Compare Genetic Algorithm with Brute Force (Complete Search) that runs in O(N!) time

References

About

Solving and Visualising the Travelling Salesman Problem with a Genetic Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published