Class RankingAndSSDComparator<S extends Solution<?>>

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

public class RankingAndSSDComparator<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:
Alejandro Santiago invalid input: '<'aurelio.santiago@upalt.edu.mx>
See Also: