org.apache.commons.math3.genetics
Interface SelectionPolicy
-
- All Known Implementing Classes:
- TournamentSelection
public interface SelectionPolicyAlgorithm used to select a chromosome pair from a population.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ChromosomePairselect(Population population)Select two chromosomes from the population.
-
-
-
Method Detail
-
select
ChromosomePair select(Population population) throws MathIllegalArgumentException
Select two chromosomes from the population.- Parameters:
population- the population from which the chromosomes are choosen.- Returns:
- the selected chromosomes.
- Throws:
MathIllegalArgumentException- if the population is not compatible with thisSelectionPolicy
-
-
DMelt 3.0 © DataMelt by jWork.ORG