Skip to content

rulonder/PyGeneticPathFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyGeneticPathFinder

A Shortest Path finder using a genetic algorithm

Required Python libraries:

  • NumPy
  • Pygame

Usage

  • Run caminante.py on console
  • It will ask you how many points do you want to visit,please do not introduce more than 15 as it gets really slow
  • click on the map as many times as points you requested
  • once all the points have been selected the algorithm will compute a short path using a genetic algorithm

About

A Shortest Path finder using a genetic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages