public interface ConstraintChecker
Objectives.Constraint,
ConstraintDomination| Modifier and Type | Method and Description |
|---|---|
double |
getConstraintViolation(Objectives o)
Calculates the constraint violation of
Objectives. |
boolean |
isFeasible(Objectives o)
Checks, if
Objectives is feasible. |
boolean isFeasible(Objectives o)
Objectives is feasible.o - the objectives to checkdouble getConstraintViolation(Objectives o)
Objectives.o - the objectives to check