CrossoverBase.MinChromosomeLength Property

GeneticSharp

CrossoverBase 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

public int MinChromosomeLength { get; private set; }
public int MinChromosomeLength { get; private set; }

Property Value

Type: OnlineInt32
The minimum length of the chromosome.

Implements

ICrossover MinChromosomeLength
See Also