SlideShare a Scribd company logo
1 of 5
Download to read offline
*Morten Eltved
Bygningstorvet 116, Room 116C
2800 Kongens Lyngby
Denmark
Morel@dtu.dk
1
A unified public transport assignment model for mixed schedule- and
frequency-based networks
Morten Eltveda
*, Otto Anker Nielsena
and Thomas Kjær Rasmussena
a
Management Engineering, Transport Modelling Division,
Technical University of Denmark, Kongens Lyngby, Denmark
Introduction
Many public transport systems throughout the world consist of schedule-based (SB) as well
as frequency-based (FB) lines. The public transport system of the Greater Copenhagen Area is an
example of such a system, where e.g. the Metro operates as frequency-based while most bus lines
operate according to a published timetable. Modelling of such mixed systems in which both
schedule-based (SB) and frequency-based (FB) services are present have for a long time been
considered a topic which deserves further research, as neither of the current modelling approaches
of schedule- or frequency-based public transport assignments models can adequately predict the
passengers’ behaviour (Gentile et al., 2016). In this paper we propose a novel joint modelling
approach combining SB- and FB-modelling, which in a behaviourally realistic manner aims to
capture the uncertainty of waiting time when using a FB service and the probabilities of catching
a service when transferring between FB and SB services. We exemplify the model using a real-
life case-study and compare observed route choices collected from smart card data with the flows
obtained from applying the model. The motivation for proposing such a unified SB and FB
assignment model is three-fold;
Firstly, the presence of both SB and FB services impacts the route choice behaviour of
passengers, and the model should be able to reflect these different route choice preferences in a
realistic manner (Gentile et al., 2016). Frequency-based models are typically used for networks
where passengers’ arrival at stops can be assumed to be randomly distributed and, passengers’
are in most frequency-based models assumed to adopt a strategy-approach in their route choice
(Nguyen and Pallottino, 1988; Spiess and Florian, 1989). However, for headways of more than
10 minutes schedule-based models are usually preferred, as passengers’ tend to arrive more timely
to the first stop and therefore time their route choice to specific departures (Tong and Wong,
1999; Gentile et al., 2016). A recent study from the Greater Copenhagen Area has found that
timely arrival are observed when headways are as low as five minutes (Ingvardson et al., 2018).
Secondly, large-scale models primarily serve as a tool for evaluating major changes in the
network, such as new timetables or future infrastructure investments. For SB models this involves
a major task for the modeller in implementing new timetables. The task of setting up such
scenarios will become significantly simpler if the modeller can choose to simply set a frequency
for a line instead of setting up a full timetable, while keeping SB lines that are unaffected the
same as the base scenario.
Thirdly, a unified SB and FB assignment model will be able to include delays, as all paths
in the model comes with a probability of realisation which is dependent on the headway
distribution.
2
Figure 1 - The four different transfer scenarios in a mixed network
Methodology
Four possible transfer scenarios can be identified when considering a network with both SB
and FB services and ignoring congestion effects (Figure 1), and these has to be treated differently.
The β€œtraditional” cases from the original two types of models are presented in the top left and
bottom right corner, and the two β€œspecial” cases are in the opposite corners. When transferring
from a SB service to a FB service, the arrival time at the destination is simply the headway
distribution of the FB service. The most difficult cases to handle is the transfers between two FB
services and transfers between a FB service and a SB service; in the first case, convolution of
probability distributions is required. In the second case there exists a probability to catch the first
possible schedule-based departure, and if this departure run is not reached with certainty, the
passenger needs to wait until the next departure of the line.
The identification of the above mentioned transfer scenarios is important, as the computation
of the set of available alternatives (choice set) heavily relies on these. Differently from most FB
models (e.g., Nguyen and Pallottino (1988) and Spiess and Florian (1989)), the proposed model
facilitate a strategy-approach. The choice set generation method proposed instead adopts a
slightly modified version of the event dominance principle from Florian (2004). Because the
arrival time of FB services is defined by a statistical distribution and the fact that a path is not
always feasible given the transfers from FB services to SB services, a threshold parameter is
included in the event dominance. This allows non-optimal paths to be kept in the search, and the
non-optimal routes are kept if their costs are below a user defined threshold, for example a
maximum of 20% extra cost compared to the best path to the same stop. The network is
dynamically built in a time expanded graph, and Algorithm 1 shows the idea behind the choice
set generation methodology.
while any unchecked event is below threshold do
Find cheapest event in heap, which has not been checked
for all possible event from node considered do
Check if event can be inserted based on dominance criteria;
if event can be inserted then
Insert event
Check if any event at to node is dominated and remove dominated events
end
end
Algorithm 1 – Pseudo code for choice set generation algorithm
3
The events in the algorithm are the physical movements in the network. In the paper, these
events are access/egress, in vehicle time and transfers. Waiting at the stop is handled implicitly
because the graph is built dynamically. An earlier arriving event at a node is denoted E1 compared
to the later arriving event E2. A new event (E1) is inserted if both of the two following criteria are
not violated:
𝐸1π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ + (𝐸2πΈπ‘›π‘‘π‘‡π‘–π‘šπ‘’ βˆ’ 𝐸1πΈπ‘›π‘‘π‘‡π‘–π‘šπ‘’)Ξ²Wait ≀ 𝐸2π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ (1)
𝐸1π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ + 𝐸1π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ βˆ— π›½π‘ π‘™π‘Žπ‘π‘˜ ≀ 𝐸2π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ (2)
In the current implementation, the flow is distributed using a standard MNL model with the
following utility specification:
π‘‰π‘˜π‘› = βˆ‘ 𝛽𝐼𝑉𝑇,π‘šπΌπ‘‰π‘‡π‘š + π›½π»π‘Šπ»π‘Šπ‘‡ + π›½πΆπ‘œπ‘›πΆπ‘œπ‘›π‘‡ + π›½π‘Šπ‘Žπ‘™π‘˜π‘Šπ‘Žπ‘™π‘˜π‘‡ + π›½π‘Šπ‘Žπ‘–π‘‘π‘Šπ‘Žπ‘–π‘‘π‘‡ + 𝛽𝑇𝑃𝑇𝑃
π‘š
where πΌπ‘‰π‘‡π‘š is the in vehicle time for submode m1
, HWT is hidden waiting time, ConT is
access/egress time and TP is number of transfers.
Results
The model proposed has been applied to a real-life case study shown in Figure 2. The case-
study is a simplified network for travelling from the Technical University of Denmark (DTU) to
Copenhagen Airport (CPH). It consists of 5 lines, two FB lines and three SB services.
Figure 2 - Test network from Technical University of Denmark (DTU) to Copenhagen Airport (CPH)
1
Submodes are bus, S-train, Regional train and Metro
4
In the current implementation of the model, the parameters for the utility specification above
have been taken directly from the Danish National Transport Model and the threshold parameter
has been set to 20%. The choice set generation methodology was able to enumerate 3 alternatives,
excluding the alternative via Lyngby St. and taking the regional train from NΓΈrreport, as. Figure
3 shows on the left figure the observed shares obtained from Smart Card Data (Rejsekort A/S,
2017) and the modelled shares on the right figure. The sample size for the observed trips is 206
trips undertaken by 190 unique individuals. As the flows in Figure 3 show, the model predicts the
flows on each segment within a maximum absolute error of around 10% without having re-
estimated nor re-calibrated the model parameters for the current model and the larger data sample.
Figure 3 - Left: Flows obtained from observed routes from smart card data;
Right: The estimated flows using the proposed model
Conclusion
This paper presents a novel approach for modelling passenger route choice in mixed
schedule- and frequency-based public transport networks. The paper demonstrates the basic ideas
behind the proposed model and initial results on a small test case indicate its capability of
replicating passenger flows. Future work will include using the behaviourally more realistic path
size correction (PSC) logit model as choice model (Prato, 2009), the inclusion of congestion, as
well as calibration of the parameters to the large amount of smart card data available.
Keywords
Public transport assignment, mixed schedule- and frequency-based networks, passenger
route choice behaviour, choice set generation, discrete choice models
5
References
Florian, M. (2004) β€˜Finding Shortest Time-dependent Paths in Schedule-based Transit
Networks: A Label Setting Algorithm’, in Wilson, N. and Nuzzolo, A. (eds) Schedule-Based
Dynamic Transit Modeling: theory and applications. Kluwer Academic Publishers, pp. 43–52.
Gentile, G. et al. (2016) β€˜The Theory of Transit Assignment: Basic Modelling Frameworks’, in
Gentile, G. and Nuzzolo, A. (eds) Modelling Public Transport Passenger Flows in the Era of
Intelligent Transport Systems. 1st edn. Springer, pp. 287–386.
Ingvardson, J. B. et al. (2018) β€˜Passenger arrival and waiting time distributions depending on
train service frequency and station characteristics: A smart card data analysis’, Transportation
Research Part C, In press.
Nguyen, S. and Pallottino, S. (1988) β€˜Equilibrium traffic assignment for large scale transit
networks’, European Journal of Operational Research, 37, pp. 176–186.
Prato, C. G. (2009) β€˜Route choice modeling: past, present and future research directions’, J.
Choice Modelling, 2(1), pp. 65–100. doi: 10.1016/S1755-5345(13)70005-8.
Rejsekort A/S (2017) What is Rejsekort? Available at: http://www.rejsekort.dk/om-
rejsekort/hvad-er-rejsekort.aspx (Accessed: 22 December 2017).
Spiess, H. and Florian, M. (1989) β€˜Optimal Strategies: A New Assignment Model for Transit
Networks’, Transportation Research Part B, 23B(2), pp. 83–102.
Tong, C. O. and Wong, S. C. (1999) β€˜A schedule-based time-dependent trip assignment model
for transit networks’, Journal of Advanced Transportation. John Wiley & Sons Ltd, 33(3), pp.
371–388. doi: 10.1002/atr.5670330307.

More Related Content

Similar to A Unified Public Transport Assignment Model For Mixed Schedule- And Frequency-Based Networks

A Frequency Based Transit Assignment Model That Considers Online Information ...
A Frequency Based Transit Assignment Model That Considers Online Information ...A Frequency Based Transit Assignment Model That Considers Online Information ...
A Frequency Based Transit Assignment Model That Considers Online Information ...Scott Faria
Β 
DEEP LEARNING NEURAL NETWORK APPROACHES TO LAND USE-DEMOGRAPHIC- TEMPORAL BA...
 DEEP LEARNING NEURAL NETWORK APPROACHES TO LAND USE-DEMOGRAPHIC- TEMPORAL BA... DEEP LEARNING NEURAL NETWORK APPROACHES TO LAND USE-DEMOGRAPHIC- TEMPORAL BA...
DEEP LEARNING NEURAL NETWORK APPROACHES TO LAND USE-DEMOGRAPHIC- TEMPORAL BA...civejjour
Β 
Deep Learning Neural Network Approaches to Land Use-demographic- Temporal bas...
Deep Learning Neural Network Approaches to Land Use-demographic- Temporal bas...Deep Learning Neural Network Approaches to Land Use-demographic- Temporal bas...
Deep Learning Neural Network Approaches to Land Use-demographic- Temporal bas...civejjour
Β 
The Design of a Simulation for the Modeling and Analysis of Public Transporta...
The Design of a Simulation for the Modeling and Analysis of Public Transporta...The Design of a Simulation for the Modeling and Analysis of Public Transporta...
The Design of a Simulation for the Modeling and Analysis of Public Transporta...CSCJournals
Β 
An artificial immune system algorithm for solving the uncapacitated single all...
An artificial immune system algorithm for solving the uncapacitated single all...An artificial immune system algorithm for solving the uncapacitated single all...
An artificial immune system algorithm for solving the uncapacitated single all...IJECEIAES
Β 
A Robust Algorithm To Solve The Signal Setting Problem Considering Different ...
A Robust Algorithm To Solve The Signal Setting Problem Considering Different ...A Robust Algorithm To Solve The Signal Setting Problem Considering Different ...
A Robust Algorithm To Solve The Signal Setting Problem Considering Different ...Joshua Gorinson
Β 
Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...IJECEIAES
Β 
ledio_gjoni_tesi
ledio_gjoni_tesiledio_gjoni_tesi
ledio_gjoni_tesiLedio Gjoni
Β 
A Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined ModesA Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined ModesAllison Koehn
Β 
A Cell-Based Variational Inequality Formulation Of The Dynamic User Optimal A...
A Cell-Based Variational Inequality Formulation Of The Dynamic User Optimal A...A Cell-Based Variational Inequality Formulation Of The Dynamic User Optimal A...
A Cell-Based Variational Inequality Formulation Of The Dynamic User Optimal A...Joe Osborn
Β 
Traffic Prediction from Street Network images.pptx
Traffic Prediction from  Street Network images.pptxTraffic Prediction from  Street Network images.pptx
Traffic Prediction from Street Network images.pptxchirantanGupta1
Β 
Ant Colony Optimisation Approaches For The Transportation Assignment Problem
Ant Colony Optimisation Approaches For The Transportation Assignment ProblemAnt Colony Optimisation Approaches For The Transportation Assignment Problem
Ant Colony Optimisation Approaches For The Transportation Assignment ProblemSara Parker
Β 
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsIJORCS
Β 
A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...ijasa
Β 
SRL_81_-_Beitrag_Varschen (1).pdf
SRL_81_-_Beitrag_Varschen (1).pdfSRL_81_-_Beitrag_Varschen (1).pdf
SRL_81_-_Beitrag_Varschen (1).pdfSummrina Kanwal
Β 
A Biologically Inspired Network Design Model
A Biologically Inspired Network Design ModelA Biologically Inspired Network Design Model
A Biologically Inspired Network Design ModelXin-She Yang
Β 
A Biologically Inspired Network Design Model
A Biologically Inspired Network Design ModelA Biologically Inspired Network Design Model
A Biologically Inspired Network Design ModelXin-She Yang
Β 

Similar to A Unified Public Transport Assignment Model For Mixed Schedule- And Frequency-Based Networks (20)

A Frequency Based Transit Assignment Model That Considers Online Information ...
A Frequency Based Transit Assignment Model That Considers Online Information ...A Frequency Based Transit Assignment Model That Considers Online Information ...
A Frequency Based Transit Assignment Model That Considers Online Information ...
Β 
DEEP LEARNING NEURAL NETWORK APPROACHES TO LAND USE-DEMOGRAPHIC- TEMPORAL BA...
 DEEP LEARNING NEURAL NETWORK APPROACHES TO LAND USE-DEMOGRAPHIC- TEMPORAL BA... DEEP LEARNING NEURAL NETWORK APPROACHES TO LAND USE-DEMOGRAPHIC- TEMPORAL BA...
DEEP LEARNING NEURAL NETWORK APPROACHES TO LAND USE-DEMOGRAPHIC- TEMPORAL BA...
Β 
Deep Learning Neural Network Approaches to Land Use-demographic- Temporal bas...
Deep Learning Neural Network Approaches to Land Use-demographic- Temporal bas...Deep Learning Neural Network Approaches to Land Use-demographic- Temporal bas...
Deep Learning Neural Network Approaches to Land Use-demographic- Temporal bas...
Β 
Congestion cost
Congestion costCongestion cost
Congestion cost
Β 
The Design of a Simulation for the Modeling and Analysis of Public Transporta...
The Design of a Simulation for the Modeling and Analysis of Public Transporta...The Design of a Simulation for the Modeling and Analysis of Public Transporta...
The Design of a Simulation for the Modeling and Analysis of Public Transporta...
Β 
An artificial immune system algorithm for solving the uncapacitated single all...
An artificial immune system algorithm for solving the uncapacitated single all...An artificial immune system algorithm for solving the uncapacitated single all...
An artificial immune system algorithm for solving the uncapacitated single all...
Β 
0505.pdf
0505.pdf0505.pdf
0505.pdf
Β 
A Robust Algorithm To Solve The Signal Setting Problem Considering Different ...
A Robust Algorithm To Solve The Signal Setting Problem Considering Different ...A Robust Algorithm To Solve The Signal Setting Problem Considering Different ...
A Robust Algorithm To Solve The Signal Setting Problem Considering Different ...
Β 
Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...
Β 
ledio_gjoni_tesi
ledio_gjoni_tesiledio_gjoni_tesi
ledio_gjoni_tesi
Β 
A Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined ModesA Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
Β 
A Cell-Based Variational Inequality Formulation Of The Dynamic User Optimal A...
A Cell-Based Variational Inequality Formulation Of The Dynamic User Optimal A...A Cell-Based Variational Inequality Formulation Of The Dynamic User Optimal A...
A Cell-Based Variational Inequality Formulation Of The Dynamic User Optimal A...
Β 
Traffic Prediction from Street Network images.pptx
Traffic Prediction from  Street Network images.pptxTraffic Prediction from  Street Network images.pptx
Traffic Prediction from Street Network images.pptx
Β 
Ant Colony Optimisation Approaches For The Transportation Assignment Problem
Ant Colony Optimisation Approaches For The Transportation Assignment ProblemAnt Colony Optimisation Approaches For The Transportation Assignment Problem
Ant Colony Optimisation Approaches For The Transportation Assignment Problem
Β 
my final paper
my final papermy final paper
my final paper
Β 
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Β 
A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...
Β 
SRL_81_-_Beitrag_Varschen (1).pdf
SRL_81_-_Beitrag_Varschen (1).pdfSRL_81_-_Beitrag_Varschen (1).pdf
SRL_81_-_Beitrag_Varschen (1).pdf
Β 
A Biologically Inspired Network Design Model
A Biologically Inspired Network Design ModelA Biologically Inspired Network Design Model
A Biologically Inspired Network Design Model
Β 
A Biologically Inspired Network Design Model
A Biologically Inspired Network Design ModelA Biologically Inspired Network Design Model
A Biologically Inspired Network Design Model
Β 

More from Yasmine Anino

Essay On Shylock
Essay On ShylockEssay On Shylock
Essay On ShylockYasmine Anino
Β 
Short Essay On Swami Vivekananda
Short Essay On Swami VivekanandaShort Essay On Swami Vivekananda
Short Essay On Swami VivekanandaYasmine Anino
Β 
Evaluation Essay Samples
Evaluation Essay SamplesEvaluation Essay Samples
Evaluation Essay SamplesYasmine Anino
Β 
Science Topics For Essays
Science Topics For EssaysScience Topics For Essays
Science Topics For EssaysYasmine Anino
Β 
Essay Environmental Protection
Essay Environmental ProtectionEssay Environmental Protection
Essay Environmental ProtectionYasmine Anino
Β 
College Level Persuasive Essay Topics
College Level Persuasive Essay TopicsCollege Level Persuasive Essay Topics
College Level Persuasive Essay TopicsYasmine Anino
Β 
Free Printable Ice Cream Shaped Writing Templates
Free Printable Ice Cream Shaped Writing TemplatesFree Printable Ice Cream Shaped Writing Templates
Free Printable Ice Cream Shaped Writing TemplatesYasmine Anino
Β 
Outrageous How To Write A Concl
Outrageous How To Write A ConclOutrageous How To Write A Concl
Outrageous How To Write A ConclYasmine Anino
Β 
Free Printable Essay Writing Worksheets - Printable Wo
Free Printable Essay Writing Worksheets - Printable WoFree Printable Essay Writing Worksheets - Printable Wo
Free Printable Essay Writing Worksheets - Printable WoYasmine Anino
Β 
Structure Of An Academic Essay
Structure Of An Academic EssayStructure Of An Academic Essay
Structure Of An Academic EssayYasmine Anino
Β 
Critical Appraisal Example 2020-2022 - Fill And Sign
Critical Appraisal Example 2020-2022 - Fill And SignCritical Appraisal Example 2020-2022 - Fill And Sign
Critical Appraisal Example 2020-2022 - Fill And SignYasmine Anino
Β 
Uva 2023 Supplemental Essays 2023 Calendar
Uva 2023 Supplemental Essays 2023 CalendarUva 2023 Supplemental Essays 2023 Calendar
Uva 2023 Supplemental Essays 2023 CalendarYasmine Anino
Β 
Superhero Writing Worksheet By Jill Katherin
Superhero Writing Worksheet By Jill KatherinSuperhero Writing Worksheet By Jill Katherin
Superhero Writing Worksheet By Jill KatherinYasmine Anino
Β 
Printable Writing Paper Vintage Christmas Holly B
Printable Writing Paper Vintage Christmas Holly BPrintable Writing Paper Vintage Christmas Holly B
Printable Writing Paper Vintage Christmas Holly BYasmine Anino
Β 
Good Personal Reflective Essay
Good Personal Reflective EssayGood Personal Reflective Essay
Good Personal Reflective EssayYasmine Anino
Β 
Position Paper Mun Examples - Position Paper
Position Paper Mun Examples - Position PaperPosition Paper Mun Examples - Position Paper
Position Paper Mun Examples - Position PaperYasmine Anino
Β 
Hook C Lead C Attention Grabber Beginning An Ess
Hook C Lead C Attention Grabber Beginning An EssHook C Lead C Attention Grabber Beginning An Ess
Hook C Lead C Attention Grabber Beginning An EssYasmine Anino
Β 
Princess Themed Writing Paper Teaching Resources
Princess Themed Writing Paper Teaching ResourcesPrincess Themed Writing Paper Teaching Resources
Princess Themed Writing Paper Teaching ResourcesYasmine Anino
Β 
How To Write Essays Faster - CIPD Students Help
How To Write Essays Faster - CIPD Students HelpHow To Write Essays Faster - CIPD Students Help
How To Write Essays Faster - CIPD Students HelpYasmine Anino
Β 
Research Paper Step By Step Jfk Research Paper Outline Researc
Research Paper Step By Step  Jfk Research Paper Outline  ResearcResearch Paper Step By Step  Jfk Research Paper Outline  Researc
Research Paper Step By Step Jfk Research Paper Outline ResearcYasmine Anino
Β 

More from Yasmine Anino (20)

Essay On Shylock
Essay On ShylockEssay On Shylock
Essay On Shylock
Β 
Short Essay On Swami Vivekananda
Short Essay On Swami VivekanandaShort Essay On Swami Vivekananda
Short Essay On Swami Vivekananda
Β 
Evaluation Essay Samples
Evaluation Essay SamplesEvaluation Essay Samples
Evaluation Essay Samples
Β 
Science Topics For Essays
Science Topics For EssaysScience Topics For Essays
Science Topics For Essays
Β 
Essay Environmental Protection
Essay Environmental ProtectionEssay Environmental Protection
Essay Environmental Protection
Β 
College Level Persuasive Essay Topics
College Level Persuasive Essay TopicsCollege Level Persuasive Essay Topics
College Level Persuasive Essay Topics
Β 
Free Printable Ice Cream Shaped Writing Templates
Free Printable Ice Cream Shaped Writing TemplatesFree Printable Ice Cream Shaped Writing Templates
Free Printable Ice Cream Shaped Writing Templates
Β 
Outrageous How To Write A Concl
Outrageous How To Write A ConclOutrageous How To Write A Concl
Outrageous How To Write A Concl
Β 
Free Printable Essay Writing Worksheets - Printable Wo
Free Printable Essay Writing Worksheets - Printable WoFree Printable Essay Writing Worksheets - Printable Wo
Free Printable Essay Writing Worksheets - Printable Wo
Β 
Structure Of An Academic Essay
Structure Of An Academic EssayStructure Of An Academic Essay
Structure Of An Academic Essay
Β 
Critical Appraisal Example 2020-2022 - Fill And Sign
Critical Appraisal Example 2020-2022 - Fill And SignCritical Appraisal Example 2020-2022 - Fill And Sign
Critical Appraisal Example 2020-2022 - Fill And Sign
Β 
Uva 2023 Supplemental Essays 2023 Calendar
Uva 2023 Supplemental Essays 2023 CalendarUva 2023 Supplemental Essays 2023 Calendar
Uva 2023 Supplemental Essays 2023 Calendar
Β 
Superhero Writing Worksheet By Jill Katherin
Superhero Writing Worksheet By Jill KatherinSuperhero Writing Worksheet By Jill Katherin
Superhero Writing Worksheet By Jill Katherin
Β 
Printable Writing Paper Vintage Christmas Holly B
Printable Writing Paper Vintage Christmas Holly BPrintable Writing Paper Vintage Christmas Holly B
Printable Writing Paper Vintage Christmas Holly B
Β 
Good Personal Reflective Essay
Good Personal Reflective EssayGood Personal Reflective Essay
Good Personal Reflective Essay
Β 
Position Paper Mun Examples - Position Paper
Position Paper Mun Examples - Position PaperPosition Paper Mun Examples - Position Paper
Position Paper Mun Examples - Position Paper
Β 
Hook C Lead C Attention Grabber Beginning An Ess
Hook C Lead C Attention Grabber Beginning An EssHook C Lead C Attention Grabber Beginning An Ess
Hook C Lead C Attention Grabber Beginning An Ess
Β 
Princess Themed Writing Paper Teaching Resources
Princess Themed Writing Paper Teaching ResourcesPrincess Themed Writing Paper Teaching Resources
Princess Themed Writing Paper Teaching Resources
Β 
How To Write Essays Faster - CIPD Students Help
How To Write Essays Faster - CIPD Students HelpHow To Write Essays Faster - CIPD Students Help
How To Write Essays Faster - CIPD Students Help
Β 
Research Paper Step By Step Jfk Research Paper Outline Researc
Research Paper Step By Step  Jfk Research Paper Outline  ResearcResearch Paper Step By Step  Jfk Research Paper Outline  Researc
Research Paper Step By Step Jfk Research Paper Outline Researc
Β 

Recently uploaded

ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
Β 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
Β 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
Β 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
Β 
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdfssuser54595a
Β 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
Β 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
Β 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
Β 
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
Β 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
Β 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
Β 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
Β 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)Dr. Mazin Mohamed alkathiri
Β 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
Β 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
Β 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
Β 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
Β 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
Β 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
Β 

Recently uploaded (20)

ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
Β 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
Β 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Β 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
Β 
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
Β 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
Β 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
Β 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
Β 
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
Β 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
Β 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
Β 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
Β 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
Β 
Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Β 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
Β 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
Β 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
Β 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
Β 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
Β 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Β 

A Unified Public Transport Assignment Model For Mixed Schedule- And Frequency-Based Networks

  • 1. *Morten Eltved Bygningstorvet 116, Room 116C 2800 Kongens Lyngby Denmark Morel@dtu.dk 1 A unified public transport assignment model for mixed schedule- and frequency-based networks Morten Eltveda *, Otto Anker Nielsena and Thomas KjΓ¦r Rasmussena a Management Engineering, Transport Modelling Division, Technical University of Denmark, Kongens Lyngby, Denmark Introduction Many public transport systems throughout the world consist of schedule-based (SB) as well as frequency-based (FB) lines. The public transport system of the Greater Copenhagen Area is an example of such a system, where e.g. the Metro operates as frequency-based while most bus lines operate according to a published timetable. Modelling of such mixed systems in which both schedule-based (SB) and frequency-based (FB) services are present have for a long time been considered a topic which deserves further research, as neither of the current modelling approaches of schedule- or frequency-based public transport assignments models can adequately predict the passengers’ behaviour (Gentile et al., 2016). In this paper we propose a novel joint modelling approach combining SB- and FB-modelling, which in a behaviourally realistic manner aims to capture the uncertainty of waiting time when using a FB service and the probabilities of catching a service when transferring between FB and SB services. We exemplify the model using a real- life case-study and compare observed route choices collected from smart card data with the flows obtained from applying the model. The motivation for proposing such a unified SB and FB assignment model is three-fold; Firstly, the presence of both SB and FB services impacts the route choice behaviour of passengers, and the model should be able to reflect these different route choice preferences in a realistic manner (Gentile et al., 2016). Frequency-based models are typically used for networks where passengers’ arrival at stops can be assumed to be randomly distributed and, passengers’ are in most frequency-based models assumed to adopt a strategy-approach in their route choice (Nguyen and Pallottino, 1988; Spiess and Florian, 1989). However, for headways of more than 10 minutes schedule-based models are usually preferred, as passengers’ tend to arrive more timely to the first stop and therefore time their route choice to specific departures (Tong and Wong, 1999; Gentile et al., 2016). A recent study from the Greater Copenhagen Area has found that timely arrival are observed when headways are as low as five minutes (Ingvardson et al., 2018). Secondly, large-scale models primarily serve as a tool for evaluating major changes in the network, such as new timetables or future infrastructure investments. For SB models this involves a major task for the modeller in implementing new timetables. The task of setting up such scenarios will become significantly simpler if the modeller can choose to simply set a frequency for a line instead of setting up a full timetable, while keeping SB lines that are unaffected the same as the base scenario. Thirdly, a unified SB and FB assignment model will be able to include delays, as all paths in the model comes with a probability of realisation which is dependent on the headway distribution.
  • 2. 2 Figure 1 - The four different transfer scenarios in a mixed network Methodology Four possible transfer scenarios can be identified when considering a network with both SB and FB services and ignoring congestion effects (Figure 1), and these has to be treated differently. The β€œtraditional” cases from the original two types of models are presented in the top left and bottom right corner, and the two β€œspecial” cases are in the opposite corners. When transferring from a SB service to a FB service, the arrival time at the destination is simply the headway distribution of the FB service. The most difficult cases to handle is the transfers between two FB services and transfers between a FB service and a SB service; in the first case, convolution of probability distributions is required. In the second case there exists a probability to catch the first possible schedule-based departure, and if this departure run is not reached with certainty, the passenger needs to wait until the next departure of the line. The identification of the above mentioned transfer scenarios is important, as the computation of the set of available alternatives (choice set) heavily relies on these. Differently from most FB models (e.g., Nguyen and Pallottino (1988) and Spiess and Florian (1989)), the proposed model facilitate a strategy-approach. The choice set generation method proposed instead adopts a slightly modified version of the event dominance principle from Florian (2004). Because the arrival time of FB services is defined by a statistical distribution and the fact that a path is not always feasible given the transfers from FB services to SB services, a threshold parameter is included in the event dominance. This allows non-optimal paths to be kept in the search, and the non-optimal routes are kept if their costs are below a user defined threshold, for example a maximum of 20% extra cost compared to the best path to the same stop. The network is dynamically built in a time expanded graph, and Algorithm 1 shows the idea behind the choice set generation methodology. while any unchecked event is below threshold do Find cheapest event in heap, which has not been checked for all possible event from node considered do Check if event can be inserted based on dominance criteria; if event can be inserted then Insert event Check if any event at to node is dominated and remove dominated events end end Algorithm 1 – Pseudo code for choice set generation algorithm
  • 3. 3 The events in the algorithm are the physical movements in the network. In the paper, these events are access/egress, in vehicle time and transfers. Waiting at the stop is handled implicitly because the graph is built dynamically. An earlier arriving event at a node is denoted E1 compared to the later arriving event E2. A new event (E1) is inserted if both of the two following criteria are not violated: 𝐸1π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ + (𝐸2πΈπ‘›π‘‘π‘‡π‘–π‘šπ‘’ βˆ’ 𝐸1πΈπ‘›π‘‘π‘‡π‘–π‘šπ‘’)Ξ²Wait ≀ 𝐸2π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ (1) 𝐸1π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ + 𝐸1π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ βˆ— π›½π‘ π‘™π‘Žπ‘π‘˜ ≀ 𝐸2π‘‡π‘œπ‘‘π‘Žπ‘™πΆπ‘œπ‘ π‘‘ (2) In the current implementation, the flow is distributed using a standard MNL model with the following utility specification: π‘‰π‘˜π‘› = βˆ‘ 𝛽𝐼𝑉𝑇,π‘šπΌπ‘‰π‘‡π‘š + π›½π»π‘Šπ»π‘Šπ‘‡ + π›½πΆπ‘œπ‘›πΆπ‘œπ‘›π‘‡ + π›½π‘Šπ‘Žπ‘™π‘˜π‘Šπ‘Žπ‘™π‘˜π‘‡ + π›½π‘Šπ‘Žπ‘–π‘‘π‘Šπ‘Žπ‘–π‘‘π‘‡ + 𝛽𝑇𝑃𝑇𝑃 π‘š where πΌπ‘‰π‘‡π‘š is the in vehicle time for submode m1 , HWT is hidden waiting time, ConT is access/egress time and TP is number of transfers. Results The model proposed has been applied to a real-life case study shown in Figure 2. The case- study is a simplified network for travelling from the Technical University of Denmark (DTU) to Copenhagen Airport (CPH). It consists of 5 lines, two FB lines and three SB services. Figure 2 - Test network from Technical University of Denmark (DTU) to Copenhagen Airport (CPH) 1 Submodes are bus, S-train, Regional train and Metro
  • 4. 4 In the current implementation of the model, the parameters for the utility specification above have been taken directly from the Danish National Transport Model and the threshold parameter has been set to 20%. The choice set generation methodology was able to enumerate 3 alternatives, excluding the alternative via Lyngby St. and taking the regional train from NΓΈrreport, as. Figure 3 shows on the left figure the observed shares obtained from Smart Card Data (Rejsekort A/S, 2017) and the modelled shares on the right figure. The sample size for the observed trips is 206 trips undertaken by 190 unique individuals. As the flows in Figure 3 show, the model predicts the flows on each segment within a maximum absolute error of around 10% without having re- estimated nor re-calibrated the model parameters for the current model and the larger data sample. Figure 3 - Left: Flows obtained from observed routes from smart card data; Right: The estimated flows using the proposed model Conclusion This paper presents a novel approach for modelling passenger route choice in mixed schedule- and frequency-based public transport networks. The paper demonstrates the basic ideas behind the proposed model and initial results on a small test case indicate its capability of replicating passenger flows. Future work will include using the behaviourally more realistic path size correction (PSC) logit model as choice model (Prato, 2009), the inclusion of congestion, as well as calibration of the parameters to the large amount of smart card data available. Keywords Public transport assignment, mixed schedule- and frequency-based networks, passenger route choice behaviour, choice set generation, discrete choice models
  • 5. 5 References Florian, M. (2004) β€˜Finding Shortest Time-dependent Paths in Schedule-based Transit Networks: A Label Setting Algorithm’, in Wilson, N. and Nuzzolo, A. (eds) Schedule-Based Dynamic Transit Modeling: theory and applications. Kluwer Academic Publishers, pp. 43–52. Gentile, G. et al. (2016) β€˜The Theory of Transit Assignment: Basic Modelling Frameworks’, in Gentile, G. and Nuzzolo, A. (eds) Modelling Public Transport Passenger Flows in the Era of Intelligent Transport Systems. 1st edn. Springer, pp. 287–386. Ingvardson, J. B. et al. (2018) β€˜Passenger arrival and waiting time distributions depending on train service frequency and station characteristics: A smart card data analysis’, Transportation Research Part C, In press. Nguyen, S. and Pallottino, S. (1988) β€˜Equilibrium traffic assignment for large scale transit networks’, European Journal of Operational Research, 37, pp. 176–186. Prato, C. G. (2009) β€˜Route choice modeling: past, present and future research directions’, J. Choice Modelling, 2(1), pp. 65–100. doi: 10.1016/S1755-5345(13)70005-8. Rejsekort A/S (2017) What is Rejsekort? Available at: http://www.rejsekort.dk/om- rejsekort/hvad-er-rejsekort.aspx (Accessed: 22 December 2017). Spiess, H. and Florian, M. (1989) β€˜Optimal Strategies: A New Assignment Model for Transit Networks’, Transportation Research Part B, 23B(2), pp. 83–102. Tong, C. O. and Wong, S. C. (1999) β€˜A schedule-based time-dependent trip assignment model for transit networks’, Journal of Advanced Transportation. John Wiley & Sons Ltd, 33(3), pp. 371–388. doi: 10.1002/atr.5670330307.