Permutation chromosome.

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

Syntax

C#
public class PermutationChromosome : ShortArrayChromosome

Remarks

Permutation chromosome is based on short array chromosome, but has two features:

  • all genes are unique within chromosome, i.e. there are no two genes with the same value;
  • maximum value of each gene is equal to chromosome length minus 1.

Inheritance Hierarchy

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

See Also