IChromosome Methods

GeneticSharp

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

  NameDescription
Public methodClone
Creates a clone.
Public methodOnlineCompareTo
Compares the current object with another object of the same type.
(Inherited from OnlineIComparable IChromosome .)
Public methodCreateNew
Creates a new chromosome using the same structure of this.
Public methodGenerateGene
Generates the gene for the specified index.
Public methodGetGene
Gets the gene in the specified index.
Public methodGetGenes
Gets the genes.
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.
Back to Top
See Also