Class RankingAndCrowdingSelection<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.operator.selection.impl.RankingAndCrowdingSelection<S>
All Implemented Interfaces:
Serializable, Operator<List<S>,List<S>>, SelectionOperator<List<S>,List<S>>
Direct Known Subclasses:
RankingAndDirScoreSelection

public class RankingAndCrowdingSelection<S extends Solution<?>> extends Object implements SelectionOperator<List<S>,List<S>>
This class implements a selection for selecting a number of solutions from a solution list. The solutions are taken by mean of its ranking and crowding distance values.
Author:
Antonio J. Nebro, Juan J. Durillo
See Also: