Hide Comments
Hide Comments

Comments (0)

Defines the simple types that can be used for Genes in the genetic algorithm component.

Namespace: RSGAConsts

expandingSyntax

Delphi

type 
  TGeneType = (gtUnknown, gtBoolean, gtInteger, gtFloat, gtEnumeration); 
 

expandingMembers

 

Name

Description

public enummember

gtBoolean

Represents constant gtBoolean.

public enummember

gtEnumeration

Represents constant gtEnumeration.

public enummember

gtFloat

Represents constant gtFloat.

public enummember

gtInteger

Represents constant gtInteger.

public enummember

gtUnknown

Represents constant gtUnknown.

Top

expandingSee Also

Reference

TRSCustomGeneticAlgorithm

Comments (0)