GeneticAlgorithmState Enumeration

GeneticSharp

GeneticAlgorithmState Enumeration GeneticSharp
The possible states for a genetic algorithm.

Namespace: GeneticSharp.Domain
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public enum GeneticAlgorithmState
public enum GeneticAlgorithmState
Members

  Member nameValueDescription
NotStarted0 The GA has not been started yet.
Started1 The GA has been started and is running.
Stopped2 The GA has been stopped ans is not running.
Resumed3 The GA has been resumed after a stop or terminantion reach and is running.
TerminationReached4 The GA has reach the termination condition and is not running.
See Also