Navigation: Code Documentation > GeneticAlgorithm > RSGAConsts > Enumerations
TGeneType Enumeration
Defines the simple types that can be used for Genes in the genetic algorithm component.
Namespace: RSGAConsts
Delphi
type TGeneType = (gtUnknown, gtBoolean, gtInteger, gtFloat, gtEnumeration);
Name
Description
gtBoolean
Represents constant gtBoolean.
gtEnumeration
Represents constant gtEnumeration.
gtFloat
Represents constant gtFloat.
gtInteger
Represents constant gtInteger.
gtUnknown
Represents constant gtUnknown.
Top
•TRSCustomGeneticAlgorithm
•RSGAConsts