Interface SelectionOperator<Source,Result>
- Type Parameters:
Source- Class of the source object (typically, a list of solutions)Result- Class of the result of applying the operator
- All Superinterfaces:
Operator<Source,,Result> Serializable
- All Known Implementing Classes:
BestSolutionSelection,BinaryTournamentSelection,DifferentialEvolutionSelection,NaryRandomSelection,NaryTournamentSelection,RandomSelection,RankingAndCrowdingSelection,RankingAndDirScoreSelection,RankingAndPreferenceSelection,SpatialSpreadDeviationSelection
Interface representing selection operators
- Author:
- Antonio J. Nebro
-
Method Summary