Chromosome interface.

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

Syntax

C#
public interface IChromosome : IComparable

Remarks

The interfase should be implemented by all classes, which implement particular chromosome type.

See Also