The source code of MD-MTA
We provide codes for two VRP variants
- Multi-depot Vehicle Routing Problem (MDVRP)
- Multi-depot Open Vehicle Routing Problem (MDOVRP)
To train a model
python MDVRP__Train.py
python MDOVRP__Train.py
To test a model
python MDVRP__Eval.py
python MDOVRP__Eval.py
All .py file contain parameters you can modify.
python v3.9
torch==1.10