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