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
Using the parameter cellSize as input we create a org.matsim.contrib.zone.SquareGridSystem to split the area covered by the model into squares. Then only requests starting / ending within the same square are matched.
This trivial approach leads to edge cases where two requests may start only a few meters apart but are assigned to neighbouring cells and therefore not matched.
The text was updated successfully, but these errors were encountered:
Using the parameter
cellSize
as input we create aorg.matsim.contrib.zone.SquareGridSystem
to split the area covered by the model into squares. Then only requests starting / ending within the same square are matched.This trivial approach leads to edge cases where two requests may start only a few meters apart but are assigned to neighbouring cells and therefore not matched.
The text was updated successfully, but these errors were encountered: