Two approaches: Pros and cons
Use Swarm to control experiment runs
Pros:
- All processing is done within Swarm framework
- Can use GUI interactively
Cons
- Sequential - can’t parallelize in present form
Use external program to execute Swarms
Pros:
- Can do “poor mans” paralellization on multiprocessor machines
Cons:
- Requires knowledge of tools outside Swarm framework