Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wuyuesong/DGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DGL

This is the GitHub repository for 'DGL: Dynamic Global-Local Information Aggregation for Scalable VRP Generalization with Self-Improvement Learning'.

image

DataSet

We use the same dataset as INViT, Please prepare your dataset under the data directory in the project root directory first.

How to run

train

cd CVRP
python train.py

cd ..
cd TSP
python train.py

test

cd CVRP
python test.py

cd ..
cd TSP
python test.py

Acknowledgments

We would like to thank the following repository, which is the baseline of our code:

https://github.com/Kasumigaoka-Utaha/INViT

https://github.com/CIAM-Group/NCO_code/tree/main/single_objective/LEHD

⚠️ Notice on Experimental Results (Updated: [2025/10/24])

We have identified that the ELG configuration was unfair and have now corrected its results(pomo_size=50).
Experimental_Results

About

Code for DGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages