Method | Description | |
---|---|---|
ApplySelection ( List |
Apply selection to the specified population. Filters specified population keeping only specified amount of best chromosomes. |
|
EliteSelection ( ) : System |
Initializes a new instance of the EliteSelection class.
|
public ApplySelection ( List |
||
chromosomes | List |
Population, which should be filtered. |
size | int | The amount of chromosomes to keep. |
return | void |