This method is overwritten with the code generated for this IIndividual.
The code generated for this IIndividual by the Genetic Programming algorithm is stored in the PrecodeTree property of its IndividualInfo. When this IIndividual's Population is tested, this Precode is converted to actual computer code and compiled.
This method is called in a loop until the FinishedTesting method indicates that the test is finished, or the TestLimit for this run is passed.
IIndividual Interface | GeneticProgrammingEngine.ProblemSpace Namespace | Tester Class | test Term | IndividualInfo Class | PrecodeTree Property