wouterkool / attention-learn-to-route

Attention based model for learning to solve different routing problems
MIT License
1.04k stars 337 forks source link

how to specify the customer coordinate point #50

Open lzc1432348774 opened 1 year ago

lzc1432348774 commented 1 year ago

Hello, I would like to ask, for the VRP problem, how to specify the customer coordinate point, not a random point, to generate a path?

wouterkool commented 1 year ago

HI @lzc1432348774, you can just change the data coordinates when using the model, please have a look at the data format in the example notebook.