Skip to content

faq 108399930

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

Reducing direct walk trips in 'RunTaxiPTIntermodalExample'

by Jishnu Narayan on 2017-03-13 12:30:22


Hello all,

 I am working with the 'RunTaxiPTIntermodalExample' in the 'av' module in which agents can choose av/taxi fo their first/last mile trips for access to and from pt. However as the simulation progress, a large portion of the agents seem to choose direct walk as their mode. I had already set the value of config.transitRouter().setDirectWalkFactor() to a high value and additionally have made direct walk really undesirable by giving high values for the walk mode in the config file. All these still seem to have no effect on the mode shift though. Additionally the pt mode share is considerably reduced too. An explanation could be that, the agents do select pt as a mode but prefer to walk because of no good pt travel option. But even then, these walk trips should eventually be removed from the plans file due to the high weights assigned in the config file. Is there any other way to reduce the 'direct walk' trips?


Comments: 1


Re: Reducing direct walk trips in 'RunTaxiPTIntermodalExample'

by Joschka Bischoff on 2017-03-22 12:42:38

Hi Jishnu,

there was a small bug that unintentionally changed pt trips to taxi when doing a reroute that affected the example. I have fixed it now.

I just updated the IntermodalExample (or to be precise, the modules behind it).

It should be on the Snapshot by tomorrow.

Cheers

Joschka

Clone this wiki locally