ChromosomeBase Methods

GeneticSharp

ChromosomeBase Methods GeneticSharp
The ChromosomeBase type exposes the following members.
Methods

  NameDescription
Public methodClone
Creates a clone.
Public methodCompareTo
Compares the current object with another object of the same type.
Public methodCreateNew
Creates a new chromosome using the same structure of this.
Public methodEquals
Determines whether the specified OnlineObject is equal to the current ChromosomeBase.
(Overrides OnlineObject Equals(Object).)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGenerateGene
Generates the gene for the specified index.
Public methodGetGene
Gets the gene in the specified index.
Public methodGetGenes
Gets the genes.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the type of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodReplaceGene
Replaces the gene in the specified index.
Public methodReplaceGenes
Replaces the genes starting in the specified index.
Public methodResize
Resizes the chromosome to the new length.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also