Skip to content

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

Notifications You must be signed in to change notification settings

maslab-ufrgs/MSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)