IChromosome.Fitness Property

GeneticSharp

IChromosome Fitness Property GeneticSharp
Gets or sets the fitness.

Namespace: GeneticSharp.Domain.Chromosomes
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

Nullable<double> Fitness { get; set; }
Nullable<double> Fitness { get; set; }

Property Value

Type: OnlineNullable OnlineDouble 
The fitness.
See Also