jharwell / sierra

Automation framework for the scientific method in AI research
MIT License
18 stars 1 forks source link

enh/142-batch-criteria-only #142

Closed jharwell closed 5 years ago

jharwell commented 5 years ago

It's been so long since I have run anything but a batched experiment, it seems a little redundant to even have the non-batch functionality which is almost never used and likely has bugs/problems/will crash if used. Originally my thought was to allow the user to run X copies of the template input file, modified according to the --controller and --scenario generators, but in practice I have almost never/never actually used this.

A wild code removal issue appears