Skip to content

faq 291274767

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

Clarification of how LinkReplanningMap in within-day replanning works to select agents?

by Jingsi on 2018-06-19 16:09:59


Hello Matsim users,

I'm working on within-day replanning investigating travel behavior under network disruption. More specifically, I’m running the ExampleWithinDayController.class in the "withinday" package using the simple scenario provided in "Scenario-equil".

The simulation output shows that in a congested network whilst some agents conduct CurrentLegReplanning one second before they reach their EarliestLinkExitTime, most agents do not. It is not clear to me why this is the case.

I would be grateful for any advice/tips on the use of this module.  In particular, I would like to know how the Identifier "LinkReplanningMap" selects agents to send to the CurrentLegReplanner?

With Best Regards,

Jingsi


Comments: 1


Re: Clarification of how LinkReplanningMap in within-day replanning works to select agents?

by Kai Nagel on 2018-06-29 07:20:22

Dear Jingsi,

That code comes from Christoph Dobler, and he would have to answer for himself. For my own work, https://github.com/matsim-org/matsim-code-examples/blob/0.10.x/src/main/java/tutorial/withinday/withinDayReplanningFromPlans/RunWithinDayReplanningFromPlansExample.java has been a better starting point.

Best wishes, Kai

Clone this wiki locally