-
Notifications
You must be signed in to change notification settings - Fork 100
Project Meeting 2022.04.07
Vivek Yadav edited this page Apr 11, 2022
·
6 revisions
- Finalization of AMPO conference submission
- PR's for #532 visualization and #456 benchmarking with ASV have each been reviewed and approved by someone from outside their respective development teams, and absent any objections will be merged into
develop
.
-
Update on Vehicle Type model development - presentation
-
There are three essential steps :
- Vehicle type model:
- Choose a vehicle type (includes body type, age, fuel type) for every household.
- Final vehicle table has vehicle id, household id, vehicle number, vehicle type, auto operating cost, range, and MPG.
- Vehicle allocation model
- The vehicles type are predicted for each tours.
- Preprocessor selects the auto operating costs from the vehicles table for each occupancy level
- At work subtours use the auto operating costs of the parent tour vehicle
- Auto operating costs
- Apply auto operating costs to mode choice
- Vehicle type model:
-
Next Steps
- Finalize approach for auto operating costs
- Add term in trip mode choice for auto operating cost of selected vehicle in tour
- Documentation & code housekeeping
- Creation of enhanced MTC example