public interface SelectionPolicy
Modifier and Type | Method and Description |
---|---|
ChromosomePair |
select(Population population)
Select two chromosomes from the population.
|
ChromosomePair select(Population population)
population
- the population from which the chromosomes are choosen.MathIllegalArgumentException
- if the population is not compatible with this SelectionPolicy
Copyright © 2020 CNES. All rights reserved.