
<p>
Description for class <b>GeneticAlgorithm</b>:
<blockquote>

		The GeneticAlgorithm class allows you to set up a genetic algorithm,  in which strategies can be evolved to solve a wide variety of problems. <P> To run a genetic algorithm, you will need to a create custom subclass of this object, GeneticAlgorithm, and of its companion object  GeneticProgrammingIndividual. <P> Your subclass of GeneticAlgorithm must implement two important methods:	 start-fitness-test and end-fitness-test.  These methods are automatically called at the beginning and end of the fitness tests	 respectively.
	
</blockquote>
</p>
<p>
Inherits from <b>Object</b>
</p>
<p>
Full API documentation for the class <b>GeneticAlgorithm</b>:
<ul>
<li><a href="/documentation/steveclasses/GeneticAlgorithm.html">steve language documentation</a></li>
<li><a href="/documentation/pythonclasses/GeneticAlgorithm.html">Python language documentation</a></li>
</ul>
</p>
