issues
search
ai4co
/
rl4co
A PyTorch library for all things Reinforcement Learning (RL) for Combinatorial Optimization (CO)
https://rl4.co
MIT License
455
stars
84
forks
source link
Update MTVRP
#176
Open
FeiLiu36
opened
6 months ago
FeiLiu36
commented
6 months ago
Changes
Avoid checking the time window of the last node to the depot if it is an open route
Set the max time window to 4.6 instead of inf
Create MTVRPContext and MTVRPInitEmbedding
Changes