Open Ynantao opened 1 month ago
Thank you for your interest in the work.
Sorry for the late reply. I have just checked the code and found it is a typo in the comment. It has been revised.
Moreover, I think specifying the type within the encoder might be helpful to improve its representation as a future improvement.
Subject: Feature Dimensions in CVRPTW/MTVRP Encoder
I have been using the code provided for solving CVRPTW and MTVRP problems and encountered a possible issue regarding the feature dimensions in the encoder part of the model.
In the CVRPTWModel and MTVRPModel, both models seem to use 5 features for encoding in the
node_xy_demand_TW
tensor:However, in the MTVRPModel encoder, the comment mentions that 6 features are being used. Specifically, it says:
But only 5 features are listed. The input tensor
node_xy_demand_TW
is still 5-dimensional as in the CVRPTWModel.Could you kindly clarify whether this is: