Traffic Assignment Part I - PowerPoint PPT Presentation

1 / 14
About This Presentation
Title:

Traffic Assignment Part I

Description:

Use Dijkstra's algorithm to build the minimum cost path trees ... Dijkstra's Algorithm, Link Indices, and Creating P. 9/18/09. Michael Dixon. 10 ... – PowerPoint PPT presentation

Number of Views:122
Avg rating:3.0/5.0
Slides: 15
Provided by: Michae85
Category:

less

Transcript and Presenter's Notes

Title: Traffic Assignment Part I


1
Traffic Assignment Part I
  • CE 573 Transportation Planning
  • Lecture 17

2
Objectives
3
Network Loading
  • The basic objective is to assign traffic in a
    reasonable fashion that approximates, on the
    aggregate scale, how traffic uses the
    transportation network.
  • Assign traffic (vehicle trips) to the links
  • Approximates traffic use of network
  • Assumptions
  • drivers information?perfectly informed
  • driver response to information?perception of cost
  • driver objectives?minimize cost
  • Traffic assignment result?User Equilibrium
  • no driver can reduce their travel costs from i to
    j by changing routes

4
(No Transcript)
5
Basic Inputs to Traffic Assignment (network
loading)
  • Trip matrix?convert from person trips to vehicle
    trips By trip purpose
  • HBW 1.1 person trips/veh trip
  • HBO 1.6 person trips/veh trip
  • Network components
  • Links
  • centroid connectors
  • nodes
  • link travel costs
  • Route selection criteria/rules
  • Cost function
  • Minimize cost

6
Route Selection Criteria/Rules
  • Routing concerns
  • stochastic?difference in motorist perceptions
    (quality of information and sensitivities to
    costs)
  • congested?capacity constrained
  • Classification scheme for traffic assignment
    algorithms

Stochastic effects included? Stochastic effects included?
No Yes
Is capacity restraint included? No All-or-nothing Pure stochastic Dials, Burrells
Is capacity restraint included? Yes Wardrops Equilibrium Stochastic user equilibrium
7
Basic Steps of Traffic Assignment Methods
  • Identify routes
  • stored in tree
  • output from tree building algorithm
  • Assign trip matrix
  • to routes
  • creates flows on links
  • Check for convergence to user equilibrium

8
Assigning the Trip Matrix to Routes
  • Use Dijkstras algorithm to build the minimum
    cost path trees
  • Have min cost path tree for all origins
  • Lets use a link index to represent these path
    trees
  • a ? index for each link
  • i ? index for the origin zone
  • j ? index for the destination zone
  • Lets put all of the link indices () in matrix
    form, link choice matrix (P)
  • One dimension is O-D pairs
  • Another dimension is links
  • Now cumulatively assign all of the O-D pair
    volumes to their respective shortest path links

9
Dijkstras Algorithm, Link Indices, and
Creating P
10
Dijkstras Algorithm, Link Indices, and
Creating P
11
Dijkstras Algorithm, Link Indices, and
Creating P
12
Assigning O-D Pair Volumes
  • Cumulatively to their respective shortest path
    links
  • This is called All-or-Nothing Assignment
  • no representation of traffic effects on travel
    costs
  • Only one path per O-D pair
  • Just like our link choice matrix

13
Assigning O-D Pair Volumes
A B C D E
A 0 100 500 200 400
B 600 0 100 300 200
C 100 300 0 100 800
D 400 1000 200 0 500
E 400 200 300 100 0
14
Assigning O-D Pair Volumes
  • Assume a vehicle occupancy of
  • 1 person trips/veh trip

Links Links Links Links Links Links Links
1-2 2-3 1-4 2-4 2-5 3-5 4-5
Volume 0 0 0 0 0 0 0
Write a Comment
User Comments (0)
About PowerShow.com