TerminationService.GetTerminationNames Method

GeneticSharp

TerminationService GetTerminationNames Method GeneticSharp
Gets the available termination names.

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

Syntax

public static IList<string> GetTerminationNames()
public static IList<string> GetTerminationNames()

Return Value

Type: OnlineIList OnlineString 
The termination names.
See Also