ISelection Interface

GeneticSharp

ISelection Interface GeneticSharp
Defines a interface for selection. Selection is the stage of a genetic algorithm in which individual genomes are chosen from a population for later breeding (recombination or crossover). OnlineWikipediaA Review of Selection Methods in Genetic Algorithm

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

Syntax

public interface ISelection
public interface ISelection
See Also