Introduction - If you have any usage issues, please Google them yourself
		 
This program runs a GA.  The roulette wheel method for parent
 selection is used here.  Elitism is included.  Parent selection is 
 from the population including the elite chromosomes.  The standard 
 bit form is used here.  As usual, code works in terms of fitness
values (higher better)  results, however, are reported for the loss
values of actual interest.  This code does not work with constraints 
on theta values other than those directly associated with thetamax
and thetamin.