Package org.opt4j.core.domination
Interface ConstraintChecker
- All Known Implementing Classes:
ConstraintCheckerImpl
public interface ConstraintChecker
Interface for constraint checks of
Objectives
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Calculates the constraint violation ofObjectives
.boolean
Checks, ifObjectives
is feasible.
-
Method Details
-
isFeasible
Checks, ifObjectives
is feasible.- Parameters:
o
- the objectives to check- Returns:
- the feasibility
-
getConstraintViolation
Calculates the constraint violation ofObjectives
.- Parameters:
o
- the objectives to check- Returns:
- the amount of constraint violation
-