toruseo / UXsim

Vehicular traffic flow simulator in road network, written in pure Python
https://toruseo.jp/UXsim/docs/
MIT License
138 stars 61 forks source link

Future Plan: Add solvers for DUE and DSO #159

Open toruseo opened 2 weeks ago

toruseo commented 2 weeks ago

There are 3 famous route choice principles for dynamic traffic assignments (the definition varies depending on the terminology).

The default routing principle of UXsim is based on DUO, because it is reasonable and very easy to compute.

DUE and DSO are also useful as theoretical benchmarks. It is known that they are difficult to solve, especially when the network is large. But, for small or mid scale networks, they can be solved by UXsim (see example22 and example25). General solvers based on these codes (or more sophisticated version, especially for DSO) could be added.