Parameter space
Parallel iteration over a parameter space
I often find myself having to run code for some arbitrary set of different parameters. This can be done with nested `for` loops. This is not pretty, and poses a challenge for paralleization and progress tracking.