David Hensle
David Hensle
School drop-off and pick-up model implementation. Initial design details were presented at the [March 8th meeting](https://github.com/ActivitySim/activitysim/wiki/Project-Meeting-2022.03.08).
This pull request removes the hard coded max number of trips and tours available in ActivitySim. For details, see the presentation [here](https://github.com/ActivitySim/activitysim/wiki/Project-Meeting-2022.08.09) and scope [here](https://github.com/ActivitySim/activitysim/wiki/Phase-7a-Scope-of-Work#task-8-extend-activitySim-code-to-enable-more-flexible-number-of-tours-and-stops).
The user cannot add columns that are calculated in the pre-processor to the final output tables. (Some models do have optional "annotate" steps to populate columns, but not all. They...
Pull request includes the following updates from the previous SEMCOG version: * Conversion from 1-zone to 2-zone * Inclusion of University of Michigan related models * Moved to 48 half-hour...
The current implementation of probabilistic trip scheduling results in about 25% of stops failing to produce valid schedules. Trips fail to schedule when a selection for an earlier trip in...
Fix for issue #545
RSG is extending ActivitySim to consider autonomous vehicles (AVs) for consortium partners MWCOG and SANDAG. One implementation option is to treat AV's as an extension of body type in the...
This PR increases the loading speed of the non-mandatory tour frequency estimation data bundle into Larch from hours to a couple minutes. Essentially fixes the issue for #686, but in...
This PR contains a small collection of miscellaneous estimation mode usability enhancements: - Fixes bug in stop frequency model that checks to see if the trips are in created in...
As part of the [original BayDAG contribution](https://github.com/ActivitySim/activitysim/pull/657), the CDAP was extended to include a joint tour component (CDAP+J). This pull request adds required code needed to create a full estimation...