| Package | Description |
|---|---|
| org.opt4j.core |
Provides the classes that join the problem and optimizer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CriterionSet<T extends Criterion>
Superclass for
Criterion-Values pairs. |
| Modifier and Type | Class and Description |
|---|---|
class |
Constraint
The
Constraint is the identifier for a single constraint in the Constraints. |
class |
InfeasibilityConstraint
A concrete constraint with the same attributes as the base class
Constraint. |
class |
Objective
The
Objective is the identifier for a single objective in the
Objectives. |
class |
SatisfactionConstraint
A concrete constraint with the same attributes as the base class
Constraint
and an additional attribute specifying the objective it refers to. |