alstn12088 / LCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about testing on TSPLIB

ucasyang opened this issue · comments

I have some questions about testing the performance on TSPLIB. When using Kool et.al's model (AM), I have trained the model on TSP100, and the testing performance on the original test dataset is perfect, but the testing performance (sample-1280) on berlin52 is so much worse (23441) than your listed result (8663) in the paper. Have you met this problem before? I have no idea what is the reason of this issue.

Thank you for replying! According to your suggestion, I have normalized the coordinate into [0,1] \times [0,1], but the distance is also decreased, namely 5.72...... Do you mean keep the maximum number of each dimension the same?