IndividualInfo Constructor
|
Initializes a new instance of the IndividualInfo class with a specified Generation number, individual number, IIndividual Base Class Type, IPrecodeTree, and the names of any parents. |
BaseClass | Gets the Type of the IIndividual Base Class. |
Generation | Gets the number of the Generation this IIndividual was created in. |
Name | Gets the name of this IIndividual. |
Number | Gets the number of this IIndividual in its Generation. |
Parents | Gets the names of the parents of this IIndividual. |
PrecodeTree | Gets the IPrecodeTree of this IIndividual. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GenerateCodeDomClass | Generates the CodeTypeDeclaration for this IIndividual's CodeDom class. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
IndividualInfo Class | GeneticProgrammingEngine.Internal Namespace | IIndividual Interface | Population Class