Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.03 KB

CPMA

A congestion propagation model based on Markov chain.

Features

  • determine the minimum expected propagation for each road segments involved in the congestion propagation.
  • if a road segment is in involved in different congestion propagation paths, just get the minimum expected time.

Installation

requirements

python 3.7 and up

The most common way to use CPMA is to install it from source and modify the source code directly:

git clone https://github.com/Metro1998/CPMA

Usage

to do

To Do List

  • different time_particles
  • some congestion trees can't be resolved.

References

Discovering congestion propagation patterns in spatio-temporal traffic data

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you wold like to change. Please make sure that your updates are appropriate.

License

MIT