Skip to content

Progress Report Phase 2

Ben Stabler edited this page Apr 18, 2016 · 9 revisions

This page maintains the percent complete for each sub-model we're working on. There are separate percent completes for the code, the completeness of the model specification, the documentation, and the tests. Many of the model variables require (complex) coding so the distinction between the code and the model specification is a bit grey, but generally useful.

Model Name Code % Model % Docs % Tests % Notes
Work location 0.99 0.99 0.99 0.99
School location 0.99 0.99 0.99 0.99
Auto ownership 0.99 0.9 0.99 0.9 Missing "Auto Time Savings" variable
CDAP 0.99 0.9 0.99 0.9 Missing no regular work and school location and work at home variables
Mandatory tour gen 0.99 0.99 0.99 0.99
Work scheduling 0.99 0.9 0.99 0.9 Windowing variables aren't implemented
School scheduling 0.99 0.9 0.99 0.9 Same variables missing as work scheduling
Joint tour generation 0 0 0 0
Joint tour party composition 0 0 0 0
Joint tour person participation 0 0 0 0
Joint tour scheduling 0 0 0 0
Joint tour destination 0 0 0 0
Non-mandatory tour gen 0.99 0.9 0.99 0.9 "residual window" is unimplemented, no joint tours variables
Non-mandatory scheduling 0.99 0.9 0.99 0.9 Same as for mandatory but start/end times need to be included for all previous trips rather than single previous trip
Non-mandatory destination 0.99 0.9 0.99 0.9 Tours need to be converted to "escort kids" and "escort no kids"
At-work subtour generation 0 0 0 0
At-work subtour scheduling 0 0 0 0
At-work subtour destination 0 0 0 0
Free parking eligibility 0 0 0 0
Tour mode choice 0.8 0.8 0.8 0.8 uncomment walk and bike alternatives; fill in the placeholder variables in the code - e.g. alternative availability, etc; read all the right skims in, use all tour purposes
Stop frequency 0 0 0 0
Stop purpose 0 0 0 0
Stop scheduling 0 0 0 0
Stop destination 0 0 0 0
Trip mode Choice 0.8 0.8 0.8 0.8 see tour mode choice + use actual trips instead of tours as a surrogate

Vectorization Difficulties To-Date

  • Household coordination (often, but not always)
  • CDAP (pretty much the whole model)
  • "has presence of" variables
  • scheduling (tours are dependent on the tours that come before them for the same person)

Clone this wiki locally