|
|
|
|
|
by pantsforbirds
1021 days ago
|
|
In my experience using tournament selection with a small elitism count works best. You keep the best `n` members of the population and for all other members you group them into random groups of size `m` and select the best value from that group. |
|