Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added run_exps.py option to --retry failed experiments. | Jonathan Herman | 2013-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 Herman | 2013-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 Herman | 2013-04-08 |
| | |||
* | Removed poorly cherry-picked code. | Jonathan Herman | 2013-04-02 |
| | |||
* | Minor bug fixes from end-to-end testing. | Jonathan Herman | 2013-04-02 |
| | |||
* | Added option to ignore environment issues and rewrote part of the generation ↵ | Jonathan Herman | 2013-04-02 |
| | | | | scripts for easier generator creation. | ||
* | Seperated BaseGenerator into EdfGenerator and its superclass Generator. | Jonathan Herman | 2013-03-07 |
| | |||
* | Added num-trials option to gen_exps.py | Jonathan Herman | 2013-03-07 |
| | |||
* | Added gen_exps.py script. | Jonathan Herman | 2013-02-07 |
| | |||
* | Initial commit | Jonathan Herman | 2012-09-11 |