IFitness Evaluate Method | GeneticSharp |
Performs the evaluation against the specified chromosome.
Namespace: GeneticSharp.Domain.FitnessesAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- chromosome
- Type: GeneticSharp.Domain.Chromosomes IChromosome
The chromosome to be evaluated.
Return Value
Type: DoubleThe fitness of the chromosome.
See Also