A Genetic Programming Framework for .NET

IndividualInfo.PrecodeTree Property

Gets the IPrecodeTree of this IIndividual.

public GeneticProgrammingEngine.ProblemSpace.Precode.IPrecodeTree PrecodeTree {get;}

Remarks

The IPrecodeTree will be used to create the body of this IIndividual's Test method.

See Also

IndividualInfo Class | GeneticProgrammingEngine.Internal Namespace