aboutsummaryrefslogtreecommitdiffstats
path: root/gen_exps.py
Commit message (Collapse)AuthorAge
* Added run_exps.py option to --retry failed experiments.Jonathan Herman2013-04-29
| | | | | | | | If the retry flag is specified, failed experiments will be re-run after all other experiments have run. They can be re-run at most 5 times. This commit required a refactoring of run_exps.py to clean up the main experiment running loop.
* Scripts read directories created by other scripts if no arguments.Jonathan Herman2013-04-21
| | | | | | | | | | With no arguments, all scripts first try to load the current directory. If the current directory has no data, the scripts search for the output of the previous scripts in the toolchain, e.g. parse_exps.py loads run-data/*, created by run_exps.py. This commit also switched messages to stderr where they belong, and adds in missing lock and unlock overheads.
* Create generator map in gen/__init__.py.Jonathan Herman2013-04-08
|
* Removed poorly cherry-picked code.Jonathan Herman2013-04-02
|
* Minor bug fixes from end-to-end testing.Jonathan Herman2013-04-02
|
* Added option to ignore environment issues and rewrote part of the generation ↵Jonathan Herman2013-04-02
| | | | scripts for easier generator creation.
* Seperated BaseGenerator into EdfGenerator and its superclass Generator.Jonathan Herman2013-03-07
|
* Added num-trials option to gen_exps.pyJonathan Herman2013-03-07
|
* Added gen_exps.py script.Jonathan Herman2013-02-07
|
* Initial commitJonathan Herman2012-09-11