The code changes to implement EMME's network acceleration and parallel highway assignment have been merged into the develop branch in PR #167. During testing, we found some necessary model settings for these two features, which if missing, can cause the AM assignment to hang, according to original comments from @lachlan-git : #167 (comment) and #167 (comment)
The model settings are included in this PR: BayAreaMetro/tm2py-utils#9
Additional code changes can be added to tm2py to improve the user experience:
Progress:
Considerations
The code changes to implement EMME's network acceleration and parallel highway assignment have been merged into the develop branch in PR #167. During testing, we found some necessary model settings for these two features, which if missing, can cause the AM assignment to hang, according to original comments from @lachlan-git : #167 (comment) and #167 (comment)
The model settings are included in this PR: BayAreaMetro/tm2py-utils#9
Additional code changes can be added to tm2py to improve the user experience:
False, and highway period assignment to "run sequentially". This is because we did not observe run time savings on a large machine.Progress:
Considerations