A Genetic Programming Framework for .NET

IndividualInfo Class

Holds information about an IIndividual.

For a list of all members of this type, see IndividualInfo Members.

System.Object
   GeneticProgrammingEngine.Internal.IndividualInfo

public class IndividualInfo

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: GeneticProgrammingEngine.Internal

Assembly: GeneticProgrammingEngine (in GeneticProgrammingEngine.dll)

See Also

IndividualInfo Members | GeneticProgrammingEngine.Internal Namespace | IIndividual Interface | Population Class