IChromosome Members

GeneticSharp

IChromosome Members 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
Properties

  NameDescription
Public propertyFitness
Gets or sets the fitness.
Public propertyLength
Gets the length.
Back to Top
See Also