FitnessThresholdTermination.ExpectedFitness Property

GeneticSharp

FitnessThresholdTermination ExpectedFitness Property GeneticSharp
Gets or sets the expected fitness to consider that termination has been reached.

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

Syntax

public double ExpectedFitness { get; set; }
public double ExpectedFitness { get; set; }

Property Value

Type: OnlineDouble
See Also