GeneticAlgorithm.IsRunning Property

GeneticSharp

GeneticAlgorithm IsRunning Property GeneticSharp
Gets a value indicating whether this instance is running.

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

Syntax

public bool IsRunning { get; }
public bool IsRunning { get; }

Property Value

Type: OnlineBoolean
true if this instance is running; otherwise, false.
See Also