A Genetic Programming Framework for .NET

IIndividual Members

IIndividual overview

Public Instance Properties

Environment Gest or sets the IEnvironment that this IIndividual will be tested with.

Public Instance Methods

FinishedTesting This method indicates whether the IIndividual has finished testing.
Test This method is overwritten with the code generated for this IIndividual.
TestSetup This method is called immediately before the test loop is entered.
TestTeardown This method is called immediately after the test loop is exited.

See Also

IIndividual Interface | GeneticProgrammingEngine.ProblemSpace Namespace | Individual Term | IBaseClassVerifier Interface | IEnvironment Interface | IndividualInfo Class | PrecodeTree Property | Tester Class