| Package | Description |
|---|---|
| org.opt4j.core |
Provides the classes that join the problem and optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
Objective.Sign |
Objective.getSign()
Returns the sign.
|
static Objective.Sign |
Objective.Sign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Objective.Sign[] |
Objective.Sign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Objective(String name,
Objective.Sign sign)
Constructs an
Objective with a given name, sign, and
rank=RANK_OBJECTIVE(0). |
Objective(String name,
Objective.Sign sign,
int rank)
Constructs an
Objective with a given name, sign, and rank. |