You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: