A Genetic Programming Framework for .NET

IPrecodeTree Members

IPrecodeTree overview

Public Instance Properties

MutationPoints Gets the number of mutation points in this instance.
RecombinationPoints Gets the number of recombination points in this instance.

Public Instance Methods

CheckMethod Checks that the given method can be used as a node in this implementation of IPrecodeTree.
GenerateCodeDomStatements Generates the CodeDom statements represented by this IPrecodeTree.
GenerateRandomTree Generates a random Precode tree.
Mutate Mutates this instance at the the specified point.
Recombine Recombines this instance with the other tree at the specified points.

See Also

IPrecodeTree Interface | GeneticProgrammingEngine.ProblemSpace.Precode Namespace | IPrecodeVerifier Interface | IndividualInfo Class | Problem Space Term