StaticTrafficAssignment
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
Installation is straightforward: enter Pkg mode by hitting ]
, and then
(v1.0) pkg> add StaticTrafficAssignment
Available
Algorithms
- All-Or-Nothing
- Method of Successive Averages
- Frank-Wolfe
- Conjugate Frank-Wolfe
- Algorithm B
Features
- Custom delay functions
To Do
- 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.
Documentation and Testing
Will be made available soon.