PopulationService.CreateGenerationStrategyByName Method

GeneticSharp

PopulationService CreateGenerationStrategyByName Method GeneticSharp
Creates the IGenerationStrategy's implementation with the specified name.

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

Syntax

public static IGenerationStrategy CreateGenerationStrategyByName(
	string name,
	params Object[] constructorArgs
)
public static IGenerationStrategy CreateGenerationStrategyByName(
	string name,
	params Object[] constructorArgs
)

Parameters

name
Type: OnlineSystem String
The generation strategy name.
constructorArgs
Type:  OnlineSystem Object 
Constructor arguments.

Return Value

Type: IGenerationStrategy
The generation strategy implementation instance.
See Also