Python implementation of the method of successive averages (MSA) for traffic assignment.
- Python 3
- Python Mathematical Expression Evaluator
- It's not recommended use Python 2.7 due divergents results between Python 3 and Python 2 executions
Available at: Networks
python3 sucessive_averages.py [OPTIONS]
All the options have usable defaults so check them before running an experiment.
Use:
python3 sucessive_averages.py -h
The results of each experiment are available in the folder "results" after you ran the experiment.
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)