This package contains functions to load road network data in TNTP format. Check out this GitHub repository to learn more about the format and download some standard networks.
Installation is straightforward: enter Pkg mode by hitting ]
, and then
(v1.0) pkg> add StaticTrafficAssignment
- All-Or-Nothing
- Method of Successive Averages
- Frank-Wolfe
- Conjugate Frank-Wolfe
- Algorithm B
- Custom delay functions
- Implement a couple more bush-based algorithms.
- Provide support for user-heterogeneity (or multi-class models) and some advanced applications of traffic assignment problems.
- Add a visualization module.
Will be made available soon.