matsim-org / matsim-code-examples

A repository containing code examples around MATSim
GNU General Public License v3.0
75 stars 173 forks source link

Calculated speed is to slow #1136

Closed Tim-Schwabe closed 1 week ago

Tim-Schwabe commented 1 week ago

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