IChromosome.Resize Method

GeneticSharp

IChromosome Resize Method GeneticSharp
Resizes the chromosome to the new length.

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

Syntax

void Resize(
	int newLength
)
void Resize(
	int newLength
)

Parameters

newLength
Type: OnlineSystem Int32
The new length.
See Also