jharwell / sierra

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

feature/21-joint-batch-criteria #21

Closed jharwell closed 5 years ago

jharwell commented 6 years ago

This would enable me to generate a much larger set of experiments in a batch from TWO criteria (say swarm size and # of blocks). Would really just be generating the 2 lists of sets of changes, and then combining them such that the resulting list of sets contains M*N changesets.

2018-12-18: Some progress has been made on this with the command line string parsing + dynamic class generation, BUT I still can't use a batch criteria of swarm_size + temporal_variance (for example).

2019-09-23: For now, limit this to at most 2 criteria, specified on the cmdline separated by commas.