Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | MC2 supportHEADmc2-supportmaster | Namhoon Kim | 2017-04-03 |
| | |||
* | Cleaned up run_exps.py parameters. | Jonathan Herman | 2013-04-30 |
| | |||
* | 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. | ||
* | Made default generator behavior more intuitive. | Jonathan Herman | 2013-04-19 |
| | | | | | | GenOption defaults can be specified as a single value in addition to a list of values. PartitionedEdfGenerator's now use worst-fit partitioning for the most even distribution of tasks. | ||
* | Create generator map in gen/__init__.py. | Jonathan Herman | 2013-04-08 |
| | |||
* | Replaced num_tasks with tasks for consistency. | Jonathan Herman | 2013-04-08 |
| | |||
* | 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. | ||
* | Use smarter defaults which can handle data from Bjorns scripts. | Jonathan Herman | 2013-03-18 |
| | |||
* | Automatically merge experiments with the trial parameter. | Jonathan Herman | 2013-03-18 |
| | |||
* | Saved trial number in experiment parameters. | Jonathan Herman | 2013-03-07 |
| | |||
* | Moved num_tasks option into base Generator class. | Jonathan Herman | 2013-03-07 |
| | |||
* | Seperated BaseGenerator into EdfGenerator and its superclass Generator. | Jonathan Herman | 2013-03-07 |
| | |||
* | 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 |
| | |||
* | Many bugfixes motivated by some end-to-end testing. | Jonathan Herman | 2013-02-21 |
| | |||
* | ColMaps are now created by ColMapBuilders which order columns by their number | Jonathan Herman | 2013-02-08 |
| | | | | of distinct values. | ||
* | Added gen_exps.py script. | Jonathan Herman | 2013-02-07 |