| Package | Description |
|---|---|
| org.opt4j.core |
Provides the classes that join the problem and optimizer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Constraints
The
Constraints contains the Constraint-Values pairs of
an Individual. |
class |
Objectives
|
| Modifier and Type | Method and Description |
|---|---|
void |
CriterionSet.add(CriterionSet<T> criterionSet)
Adds all Criterions with the specified value specified in
criterionSet. |
double |
CriterionSet.distance(CriterionSet<T> other)
Calculates the euclidean distance of two
CriterionSets. |
boolean |
CriterionSet.isEqual(CriterionSet<T> opponent)
Returns
true if this CriterionSet is equal to the specified
CriterionSet. |