CBBA-Python icon indicating copy to clipboard operation
CBBA-Python copied to clipboard

Query on score function for agent path without time window.

Open archithp opened this issue 11 months ago • 2 comments

Hi, while computing the marginal score for the agent path (without a time window), dt_current is found using the distance between the agent's location and the current task location. Here, we are trying to insert task m in location j among other tasks and see if it generates a better new path. So, shouldn't the distance calculated in dt_current be between the previous task's location and the current task's location unless the inserted task is first in the path?
cbba

archithp avatar Mar 13 '24 09:03 archithp

+1

varungiridhar avatar Jun 17 '24 20:06 varungiridhar

Hi, thank you so much for bringing this to my attention. I believe you're correct! I will work on this when possible. Thank you again :)

zehuilu avatar Jun 18 '24 20:06 zehuilu