My question is: if a TSP problem is defined not by 2D coordinates but by the distances between points, can the existing dataset API be used? Is there a way to handle this scenario?
Hi! Yes, but you need to change the model structure to handle edges. For example, MatNet can deal with edge features. For the environment, you may use the ATSP environment to handle them
Thank you very much for developing this library.
My question is: if a TSP problem is defined not by 2D coordinates but by the distances between points, can the existing dataset API be used? Is there a way to handle this scenario?
Looking forward to your replay.