Click or drag to resize
Accord.NET (logo)

DoubleArrayChromosome Properties

The DoubleArrayChromosome type exposes the following members.

Properties
  NameDescription
Public propertyCrossoverBalancer
Crossover balancer to control crossover type, [0, 1].
Public propertyFitness
Chromosome's fitness value.
(Inherited from ChromosomeBase.)
Public propertyLength
Chromosome's length.
Public propertyMutationBalancer
Mutation balancer to control mutation type, [0, 1].
Public propertyValue
Chromosome's value.
Top
See Also