Class OverallConstraintViolationDegreeComparator<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.util.comparator.constraintcomparator.impl.OverallConstraintViolationDegreeComparator<S>
All Implemented Interfaces:
Comparator<S>, ConstraintComparator<S>

public class OverallConstraintViolationDegreeComparator<S extends Solution<?>> extends Object implements ConstraintComparator<S>
This class implements a Comparator (a method for comparing Solution objects) based on the overall constraint violation of the solutions, as done in NSGA-II.
Author:
Antonio J. Nebro