Enum Class ConstraintHandling.PRECOMPUTED

java.lang.Object
java.lang.Enum<ConstraintHandling.PRECOMPUTED>
org.uma.jmetal.util.ConstraintHandling.PRECOMPUTED
All Implemented Interfaces:
Serializable, Comparable<ConstraintHandling.PRECOMPUTED>, Constable
Enclosing class:
ConstraintHandling

public static enum ConstraintHandling.PRECOMPUTED extends Enum<ConstraintHandling.PRECOMPUTED>
The computing of the constraints can be precomputed when evaluating a solution. In that case the components of this enum type can be used as a key of a solution attribute indicating such situation (see methods ConstraintHandling.overallConstraintViolationDegree(Solution, double) and ConstraintHandling.numberOfViolatedConstraints(Solution, int)