|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectionPolicy
Algorithm used to select a chromosome pair from a population.
Method Summary | |
---|---|
ChromosomePair |
select(Population population)
Select two chromosomes from the population. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |