GeneticAlgorithmState Enumeration | GeneticSharp |
The possible states for a genetic algorithm.
Namespace: GeneticSharp.DomainAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NotStarted | 0 | The GA has not been started yet. | |
Started | 1 | The GA has been started and is running. | |
Stopped | 2 | The GA has been stopped ans is not running. | |
Resumed | 3 | The GA has been resumed after a stop or terminantion reach and is running. | |
TerminationReached | 4 | The GA has reach the termination condition and is not running. |
See Also