Genetic Programming's gene interface.

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

Syntax

C#
public interface IGPGene

Remarks

This is a gene interface, which is used for building chromosomes in Genetic Programming (GP) and Gene Expression Programming (GEP).

See Also