ChromosomeBase.Fitness Property

GeneticSharp

ChromosomeBase Fitness Property GeneticSharp
Gets or sets the fitness of the chromosome in the current problem.

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

Syntax

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

Property Value

Type: OnlineNullable OnlineDouble 

Implements

IChromosome Fitness
See Also