PyMSS is invoked using the following command: pymss.py [-iter i] [-gen g] [-child c] [-org o] [-mutampl fm] [-initdev fi] [-decrease fd] [-debug] [-noinitial] Where: * i = The number of genetic iterations (integer) * g = The number of generations per iteration (integer) * c = The number of children per generation (integer) * o = The number of organisms kept between generations (integer) * fm = The initial amplitude of genetic mutation (float) * fi = The magnitude of the initial random deviation from the pseudo-star superposition (float) * fd = The multiplier applied to the genetic mutation between iterations (float) * -debug = Toggles whether or not the pseudo-star superposition is output * -noinitial = Toggles whether or not the pseudo-star superposition is performed before the genetic algorithm is run.