ChromosomeBase.Resize Method

GeneticSharp

ChromosomeBase 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

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

Parameters

newLength
Type: OnlineSystem Int32
The new length.

Implements

IChromosome Resize(Int32)
See Also