jharwell / sierra

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

refactor/78-switch-to-batch-criteria-parsers #78

Closed jharwell closed 5 years ago

jharwell commented 5 years ago

Having to explicitly create all the classes possible to be use with a given batch criteria is becoming too cumbersome, so sierra should be switched to use parsers/factory function to dynamically create the necessary class upon invocation.