Skip to content

faq 106954763

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

How is the waiting time for an agent using modes such as pt incorporated in the scoring function? Is it already included in the 'travel time disutility' term in the scoring function?

by Jishnu Narayan on 2017-01-12 14:56:57


Dear all, I have a querry. How is the waiting time for agents using modes such as pt (or taxi) incorportated in the scoring function. More importantly, is it already incorporated in the 'travel time disutility' term in the scoring function.


Comments: 1


Re: How is the waiting time for an agent using modes such as pt incorporated in the scoring function? Is it already included in the 'travel time disutility' term in the scoring function?

by Joschka Bischoff on 2017-01-12 16:21:08

Dear Jishnu,


for PT, there is an explicit config parameter: 

<param name="waitingPt" value="-0.5" /> within the scoring parameters.


For Taxi, the wait is part of the travel time, i.e. the agents depart the moment they call a taxi (and then wait for it at the doorstep). 

---

One could modify this by writing an event handler that listens to taxi departures and vehicle enter events.


Cheers,

Joschka

Clone this wiki locally