ChromosomeBase Constructor

GeneticSharp

ChromosomeBase Constructor GeneticSharp
Initializes a new instance of the ChromosomeBase class. The length, in genes, of the chromosome.

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

Syntax

protected ChromosomeBase(
	int length
)
protected ChromosomeBase(
	int length
)

Parameters

length
Type: OnlineSystem Int32

[Missing <param name="length"/> documentation for "M:GeneticSharp.Domain.Chromosomes.ChromosomeBase.#ctor(System.Int32)"]

See Also