Class RankingAndCrowdingDistanceComparator<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.util.comparator.RankingAndCrowdingDistanceComparator<S>
All Implemented Interfaces:
Serializable, Comparator<S>

public class RankingAndCrowdingDistanceComparator<S extends Solution<?>> extends Object implements Comparator<S>, Serializable
Version:
1.0

This class implements a comparator based on the rank of the solutions; if the rank is the same then the crowding distance is used.

Author:
Antonio J. Nebro
See Also: