Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absurdly long trip times #1182

Open
andrey-khaletsky opened this issue Nov 12, 2024 · 1 comment
Open

Absurdly long trip times #1182

andrey-khaletsky opened this issue Nov 12, 2024 · 1 comment

Comments

@andrey-khaletsky
Copy link

andrey-khaletsky commented Nov 12, 2024

Hello everyone,

I am making a simulation with a population of 4 million agents where each one does exactly one trip.

Initially, I had their trips like this:

  <person id="3">
    <plan selected="yes">
      <act type="h" x="..." y="..." end_time="00:21:01"/>
      <leg mode="car"/>
      <act type="w" x="..." y="..."/>
    </plan>

where x and y are WSG84 latitude and longitude.

Then I tried activity types of leisure and other.

The network is from OSM treated with Visum.
The population comes from open data OD matrix.

The simulation goes fine except the fact that for the same origin and destination the trip can last from 9 to 300 hours or even more....

I've made a lot of checking for the graph, population and config parameters and nothing helps.

Sometimes when I leave activities with a minimal set of parameters, it give me the following warning:

There is no activity type that has an opening *and* closing time (or opening time and late penalty) defined.
This usually means that the activity chains can be shifted by an arbitrary
number of hours without having an effect on the score of the plans, and thus
resulting in wrong results / traffic patterns.
If you are using MATSim without time adaptation, you can ignore this warning.

But setting activity parameters doesn't help really :-(

Where should I look for solution?

Thanks a lot in advance!

@kainagel
Copy link
Member

kainagel commented Nov 12, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants