Package | Description |
---|---|
genius.core.utility |
Modifier and Type | Class and Description |
---|---|
class |
ExclusiveHyperRectangle |
class |
HyperRectangle |
class |
InclusiveHyperRectangle
An
InclusiveHyperRectangle has a utility value when all of its bounds
are satisfied, and zero otherwise. |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Constraint> |
UtilityFunction.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
UtilityFunction.addConstraint(Constraint newConstraint) |
Modifier and Type | Method and Description |
---|---|
void |
UtilityFunction.addConstraint(java.util.ArrayList<Constraint> newContraints) |
void |
UtilityFunction.setConstraints(java.util.ArrayList<Constraint> constraints) |