/battery-heuristics

Code to run computational simulations for a paper submitted to CIASG 2013

Primary LanguagePython

battery-heuristics

Code to run computational simulations for our paper at CIASG 2013.

Contact: nicolas@cwi.nl

Requirements

Running algorithms:

Conduct experiments and plot graphs:

Running simulations

Running all scenarios:

stosim --run

Running a specific scenario:

stosim --sim nonadaptive_optimistic --run

Generating plots is done by replacing the --run parameter with --plots.

By turning on the debug option in stosim.conf, more output can be generated to study what is going on. (then, it might be useful to also set the runs option down from 20 to 1 and in main.py edit the list of battery types and w values that are run).

Running tests

cd tests

python run.py