Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 663 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 663 Bytes

od-perturbation

How does the result of the Traffic Assignment Problem (TAP) change we perturb some or all the flows in the origin-destination (OD) matrix? These perturbations simulate sampling uncertainty or errors.

Setup

This package depends on a modified version of Dr. Stephen Boyles's Algorithm B implementation in C, specifically my fork (as well as a bunch of other Python packages managed by pip or conda).

Begin by cloning my fork into a subdirectory called tap-b/ that the rest of the repository can refer to.