Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.03 KB

Method of successive averages

Python implementation of the method of successive averages (MSA) for traffic assignment.

Requirements

Networks

Available at: Networks

Usage

python3 sucessive_averages.py [OPTIONS]

All the options have usable defaults so check them before running an experiment.

Use:

python3 sucessive_averages.py -h

Results

The results of each experiment are available in the folder "results" after you ran the experiment.

Options

arguments:
  -h, --help            show this help message and exit
  -f FILE               The network file. (default: None)
  -i ITERATIONS, --iterations ITERATIONS  Number of iterations. (default: 1000)