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
Recently there has been some changes in the operator path_between and the weight of the resulting path has been changed in case of agents on a grid to be processed in the same way as the other cases.
That being said the outputted values are now different than, and with @ptaillandier we are not sure if the new or the old way is "correct".
For example here:
In gama 1.9.3 the blue path had a weight of 6, and it is now 7 with the new code. In general the new weight seems to be 1 more than in the previous version. The only exception that I found being this case with all the points in the same cell of the grid:
Where in gama 1.9.3 the weight was 3 and in the new code it is 0.
What do you think the weight of the path is supposed to represent in this case ? (maybe @chapuisk you have more concrete examples?)
About GAMLThis issue concerns the GAML languageAbout GraphsThis issue concerns graphsAbout GridsThis issue concerns grids and fields
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently there has been some changes in the operator path_between and the weight of the resulting path has been changed in case of agents on a grid to be processed in the same way as the other cases.
That being said the outputted values are now different than, and with @ptaillandier we are not sure if the new or the old way is "correct".
For example here:
In gama 1.9.3 the blue path had a weight of 6, and it is now 7 with the new code. In general the new weight seems to be 1 more than in the previous version. The only exception that I found being this case with all the points in the same cell of the grid:
Where in gama 1.9.3 the weight was 3 and in the new code it is 0.
What do you think the weight of the path is supposed to represent in this case ? (maybe @chapuisk you have more concrete examples?)
Beta Was this translation helpful? Give feedback.
All reactions