Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 340 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 340 Bytes

VRP_GA

VRP solver using a genetic algorithm. WIP

TODO

  • Comment this mess
  • Clean the code
  • Optimize crossover algorithms
  • Add time constraints to make a VRPTW
  • Get a better fitness function
  • Get more "precise" data (lat/long instead of x/y)
  • Use Haversine distance instead of Euclidian distance