Public Member Functions | |
int[][] | Select (Population population) |
Selects genotypes from population . | |
int[][] | Select (ref int selectionStartIndex, ref int selectionEndIndex, Population population) |
Selects genotypes from population . |
Usually you want to define some rules, specifying which genotypes to be picked up from a population and subjected to some GeneticOperators.GeneticOperator. In this documentation, depending on the context, selection means different things. It may be the GenotypeSelection, a selection of indexes of genotypes in a Common.Population or an array of the last kind.
Definition at line 20 of file GenotypeSelection.cs.