/Traffic-Assignment-Frank-Wolfe-2021

This simple script computes the traffic assignment using the Frank-Wolfe algorithm (FW) or the Method of successive averages (MSA). It can compute the User Equilibrium (UE) assignment or the System Optimal (SO) assignment. The travel time cost function that models the effect of congestion on travel time is pluggable and definable by the users.

Primary LanguagePython

Stargazers