Skip to content

TM1.5.2.5

Compare
Choose a tag to compare
@lmz lmz released this 08 Feb 23:54
· 1690 commits to master since this release
003017d

Changes since TM1.5.2.4:

  • Update to operate within python3 conda environment called tm15-python310
  • Minor updates to the Truck Model:
    • To improve truck validation, added 4 levers to move shares of IX/EX trips to trucks, IX_EX_TRK_[VSM,SML,MED,LRG]_SHARE, in IxTimeOfDay.job
    • To reduce what appears to be an oversensitivity of the truck trip distribution model to tolling scenarios, updated the truck trip distribution model to use a blended travel time for its gravity LOS term. The parameter, TRUCK_DISTRIB_LOS_TOLL_PART, is between 0.0 and 1.0, where 0.0 means to use the non-tolled (free) time only, and 1.0 means to use the tolled time only. We'll use 0.5 in this release.
  • A lot of utilities to support the Next Gen Freeways Study
  • Documentation fixes