ICrossover.MinChromosomeLength Property

GeneticSharp

ICrossover MinChromosomeLength Property GeneticSharp
Gets the minimum length of the chromosome supported by the crossover.

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

Syntax

int MinChromosomeLength { get; }
int MinChromosomeLength { get; }

Property Value

Type: OnlineInt32
The minimum length of the chromosome.
See Also