Navigation: Code Documentation > GeneticAlgorithm > RSGAConsts > Enumerations
TExecutionLimit Enumeration
Defines the execution limit for the virtual machine
Namespace: RSGAConsts
Delphi
type TExecutionLimit = (elNumberOfSteps, elNumberOfMilliseconds, elNone);
Name
Description
elNone
Represents constant elNone.
elNumberOfMilliseconds
Represents constant elNumberOfMilliseconds.
elNumberOfSteps
Represents constant elNumberOfSteps.
Top
•RSGAConsts