public interface SelectionPolicy
Modifier and Type | Method and Description |
---|---|
ChromosomePair |
select(Population population)
Select two chromosomes from the population.
|
ChromosomePair select(Population population) throws MathIllegalArgumentException
population
- the population from which the chromosomes are choosen.MathIllegalArgumentException
- if the population is not compatible with this SelectionPolicy
Jas4pp 1.5 © Java Analysis Studio for Particle Physics