Short array chromosome.

Namespace:  AForge.Genetic
Assembly:  AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public class ShortArrayChromosome : ChromosomeBase

Remarks

Short array chromosome represents array of unsigned short values. Array length is in the range of [2, 65536].

Inheritance Hierarchy

System..::.Object
  AForge.Genetic..::.ChromosomeBase
    AForge.Genetic..::.ShortArrayChromosome
      AForge.Genetic..::.PermutationChromosome

See Also