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 SelectionPolicyCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.