PopulationService.GetGenerationStrategyTypeByName Method

GeneticSharp

PopulationService GetGenerationStrategyTypeByName Method GeneticSharp
Gets the generation strategy type by the name.

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

Syntax

public static Type GetGenerationStrategyTypeByName(
	string name
)
public static Type GetGenerationStrategyTypeByName(
	string name
)

Parameters

name
Type: OnlineSystem String
The name of generation strategy.

Return Value

Type: OnlineType
The generation strategy type.
See Also