ExperSwarm.h
@interface ExperSwarm : GUISwarm {
double lowerBoundParameter;
double upperBoundParameter;
double incrementParameter;
+createBegin: (id) aZone;
ExperSwarm is set up to read a parameter name to loop over and the bounds and increments for the loop
It also displays results on a Graph and saves to file