| Package | Description |
|---|---|
| org.opt4j.core |
Provides the classes that join the problem and optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
Individual.State |
Individual.getState()
Returns the
Individual.State of the Individual. |
static Individual.State |
Individual.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Individual.State[] |
Individual.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Individual.setState(Individual.State state)
Sets the state of the
Individual. |