<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGAConsts > Enumerations:
Comments (0)
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