Hello, I have trouble understanding why my agents are driving so slow, even though there is no traffic (single agent).
Example:
I have a link of length 30.664, capacity 4000, freespeed 22.22 and num lanes 2.
the preceeding and following links have the same attribute values
my agent however, only drives with a speed of 15.332 m/s
Why is the agent so slow and not driving maximum freespeed of 22.22?
EDIT: I noticed now, that the speed is exactly half of the length, however there is another example where the speed is 1/3 of the length:
length 34.52, capacity 1500, freespeed 13.88 and num lanes 1.
the preceeding and following links have the same attribute values except for length 28.37 of the preceeding link
agent drives with a speed of 11.507 m/s
EDIT 2: I get now that the speed is always the largest number below the freespeed that is exactly 1/x of the length. I assume that is done so that an agent always needs x seconds to travel over a link (and not x.x seconds).
However, my question is: is there a simulator or configuration for MATSim that uses the full potential freespeed?
In case it is necessary, here is the input:
input.zip
Hello, I have trouble understanding why my agents are driving so slow, even though there is no traffic (single agent). Example:
Why is the agent so slow and not driving maximum freespeed of 22.22?
EDIT: I noticed now, that the speed is exactly half of the length, however there is another example where the speed is 1/3 of the length:
EDIT 2: I get now that the speed is always the largest number below the freespeed that is exactly 1/x of the length. I assume that is done so that an agent always needs x seconds to travel over a link (and not x.x seconds).
However, my question is: is there a simulator or configuration for MATSim that uses the full potential freespeed?
In case it is necessary, here is the input: input.zip