chkwon / PyHygese

A Python wrapper for the Hybrid Genetic Search algorithm for Capacitated Vehicle Routing Problems (HGS-CVRP)
MIT License
82 stars 11 forks source link

Temporal DIstance or Spatial Distance ? #27

Open menco22 opened 4 months ago

menco22 commented 4 months ago

I apologize for the late response to the previously opened issue, but university commitments have fully occupied my time, and as a result, I had to put this project aside. The problem was due to a previous incorrect installation of HYGESE in my project. I take this opportunity to ask another question regarding the code: is the distance matrix that we pass as input to the algorithm made of spatial or temporal distances? Because looking at the Individual.cpp section, it seems that the distances are indeed temporal! I apologize again for the late response and thank you in advance for your attention.