-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 Feature: Reduce Fidelity of the Roadway Network - Phase I #147
Comments
Related issue: #115 |
A few notes:
|
Fully support this task. Let's trim, and let's make some difference maps of assigned volumes in both just to make sure there is nothing weird that gets dropped and re-routed. |
Results:
The key takeaways are as follows:
In sum, this avenue of exploration did not bear fruit. Additional, manual network coding would be required to find a simpler network that does not result in substantial congestion on lower facility roadways. @lachlan-git: can you please add a table with the number of links for each of these runs? |
Hi, here are the link counts for runs 3, 8 and 11 broken down by ft.
Edit: |
@DavidOry do we still want to use the same network and emmebank for TAZ and MAZ assignment? In TM2.2.1.1, TAZ and MAZ are in the same network, the MAZ nodes and connectors are excluded in the TAZ assignment, and vise versa. When we planned to use FT<7 for TAZ and FT<=7 for MAZ, it makes sense to separate them as two emmebanks, but if we are deciding to use FT<=7 for both TAZ and MAZ, then we might as well keep them in the same emmebank as before. The code changes needed if we want to separate them out: #158. |
Sounds like keeping them the same makes the most sense. |
Update:
When looking at the assigned volume and travel time skims from run 11, we realized that connecting centroid connectors to FT 7 caused high congestion on the local roads (that use the steep Akcelik curves) that made the assignment harder to find a solution. We then conducted another assignment run 15 with FT7 network using the connectors from the assignable network. Run 15 ended up having 5 hours of total run time, close to run 3, even though it has more links than run 3. You can find the comparison of assigned volume on network and the TAZ-level congested skims below. They confirm that after modifying the network fidelity, the result did not change much.
|
Thank you. Can we get a couple of screenshots of the network and centroid connectors like you showed today? That was helpful. |
Also, can we please do one more test that keeps the same network as run 11, but replaces the volume delay functions at least on locals and collectors with a BPR curve instead of an Akcelik curve? If you have VDFs that you have used in the past and liked, I am open to recommendations. If you don't, a logical starting point is the SFCTA functions, which are pasted below (with some simplifications to just show the shape of the curve). As I look at these, 8.5 is a high exponent, so maybe the 5.5 or 3.5 is more reasonable...I don't have a sense of it.
Note: I could see the case for also replacing the VDFs on major/minor arterials to get rid of the Akcelik curves completely. I assume some thought has been put into calibrating the freeway curves that MTC is currently using, but it's reasonable to ask if an Akcelik still applies with a much more detailed network than we've used in the past. I don't feel a strong attachment either way, or necessarily have a sense of the implications, so maybe this is a separate conversation. |
User Story
The TM2 roadway network is very detailed. This results in very long runtimes. To reduce the runtime, we will remove the "local" roads (facility type 7) from the TAZ-scale roadway assignment. These roads will be retained in the MAZ-scale roadway assignment.
Progress:
Priority
High
Level of Effort
About 80 hours
Resolution Ideas
Lasso
, remove the facility type 7 roads from the TAZ roadway network. When doing this, check for toll plazas that are coded with this facility type. Retain toll plazas. Also need to check if buses run on FT 7 roads. We need to retain links that buses traverse.Lasso
, create a separate MAZ-scale roadway network. Retain all roads in the MAZ assignment.Lasso
, rebuild the centroid connectors so that they connect to higher facility typesProject
ActivitySim/Emme Conversion, Task Order 5
Who should be involved?
Users: @lmz
Reviewers: @gregerhardt, @AshishKuls
Risk
Yes, there may be some zones that have very long centroid connectors, resulting in unattractive assignment outcomes.
Tests
The text was updated successfully, but these errors were encountered: