TSP
TSP copied to clipboard
Thanks to your good work and the code you provided, this problem occurred while generating heat maps using the test sets and models you provided 
Thank you for releasing the awesome code. Very insightful work! I was wondering if the code in this repository can reproduce the numerical results of **Table 4** in the paper,...
Thanks for your excellent work and open souring the code. I encountered one issue when trying to compile the GPU MCTS.  Here is the error when I run ./generate_lib.sh,...
Hello @Spider-scnu, first, thanks for sharing this awesome work on GitHub. I read the full version of the paper available here, and found out that it references to itself 2...
Hi @Spider-scnu, thank you for the super insightful work and for releasing the code! I had a quick question re. the GNN model used 'Att-GCRN'. Is this model any different...
A good job on solving the large scale traveling salesman problem.
Thanks for sharing tsp datasets. I was looking at the optimal tours at TSP10000 dataset. Then, I found out these sequences are just ordered ascending (not optimal tour-ordered). Please check...
Dear @Spider-scnu, Thank you for releasing the impressive code. I have two questions regarding this repository: 1. Is it only possible to work with fixed numbers for the Traveling Salesman...
Hello, Thank you for sharing your code 😄 ! I have a question, as I’m more familiar with Python than C/C++. Is there a simple way to modify the code...