GeneticAlgorithm.Selection Property

GeneticSharp

GeneticAlgorithm Selection Property GeneticSharp
Gets the selection operator.

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

Syntax

public ISelection Selection { get; set; }
public ISelection Selection { get; set; }

Property Value

Type: ISelection
See Also