Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 302 Bytes

GA-for-TSP

  • TSPINF.txt the city position(ID,x,y) 144 cities a few data just for experimet.
  • Genome.py class for gene and fitness
  • GA.py class for population including seveal function for evolution quickly.
  • TSP.py the engine class.
  • The best value is 57000 from my lots of test by using this.