ChromosomeBase Resize Method | GeneticSharp |
Resizes the chromosome to the new length.
Namespace: GeneticSharp.Domain.ChromosomesAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- newLength
- Type: System Int32
The new length.
Implements
IChromosome Resize(Int32)See Also