Multi-day or weekly simulation in MATSim? #4949
-
Provide the MATSim version you are using. You can find the version in the
|
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 4 replies
-
|
This is indeed possible from a technical point of view, but rarely used. Depending on your scenario size, calculation times might be rather high. Perhaps you will need to write your own replanning algorithm that moves an activity between days. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your feedback. I am closing this item; please re-open if you run into problems with this. |
Beta Was this translation helpful? Give feedback.
This is indeed possible from a technical point of view, but rarely used.
Instead of providing agents a daily plan, you can extend these to a full week.
Some tricks might be necessary for typical opening and closing times, e.g. you may need to work with an activity named "work_tuesday" with an opening time at 32:00:00 and a closing time at 42:00:00.
Depending on your scenario size, calculation times might be rather high.
Perhaps you will need to write your own replanning algorithm that moves an activity between days.