Mark Bradley
Mark Bradley
This was implemented for SACOG re-estimation. A binary choice model predicts whether the person works at home for more than a certain threshold of hours during the day, and then...
There are two new switches UseDiaryVsSmartphoneBiasVariables UseProxyBiasVariables These are False by default. When they are True and the Diary and Proxy fields are set on the person file, they are...
The variables in the models that use income groups were based on 2000 income. The income that is on the household file from a survey or from a synthetic populatoin...
This includes the following: 1. The current tracing of model outcomes produces too much output. Make it possible to limit it in two ways. (a) Make it subject to the...
All the skim file readers were using short.maxint as a maximum storage value instead of ushort.maxint. I changed all readers to truncate at ushort.maxint -1 (the - 1 just to...
Right now, there is no difference for Paid Rideshare tours in terms of the frequency of intermediate stops and the location of those stops. Also nothing about the use of...
It builds, but not yet functional
Instead of using R scripts and F12 files, put shadow pricing code into Daysim
Look for all cases where .BlendVariable is used to set a distance value (outside of the blending process itself), and change it use a GetValue call for "distance" instead, to...