-
Notifications
You must be signed in to change notification settings - Fork 118
Description
This fortnight we made progress on models 4-8 of the roadmap (list below). We have the basic flow between these models mostly operational, and a good portion of the relevant variables are defined. Generally, whenever something looked like it would take longer than a few hours I opened an issue and saved it for later. I wanted to get a pretty good idea of how the whole model system might look to know if there were any major gotchas, and there are some minor issues but nothing major as of yet.
- Mandatory tour generation
- Non-mandatory tour generation (no joint tours)
- Non-mandatory tour location choice (no mode choice logsums)
- Mandatory tour scheduling
- Non-mandatory tour scheduling
Although there are a number of intermediate branches that haven't been merged yet, this is the branch that contains reorganized code and the one I will be walking us through tomorrow.
https://github.com/synthicity/activitysim/tree/file-reorg/activitysim/defaults
For reference, a run of the current modeling system is available here to show what it looks like to execute:
http://nbviewer.ipython.org/github/synthicity/activitysim/blob/file-reorg/example/simulation.ipynb
I'm also keeping a document of questions / issues which we can cover as time permits:
https://github.com/synthicity/activitysim/blob/file-reorg/example/README.md
Matt has also made significant progress with CDAP, with full testing, etc, but this is not yet complete.