| Package | Description |
|---|---|
| org.opt4j.core.optimizer |
Provides the classes for the optimizer.
|
| org.opt4j.start |
Provides the classes for the Opt4J configurator and starter.
|
| org.opt4j.viewer |
Provides the classes for the optimization visualization, i.e., the
Viewer. |
| Modifier and Type | Method and Description |
|---|---|
Control.State |
Control.getState()
Returns the state.
|
static Control.State |
Control.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Control.State[] |
Control.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 |
ControlListener.stateChanged(Control.State state)
Invoked if the state of the
Control changes. |
| Modifier and Type | Method and Description |
|---|---|
void |
Opt4JTask.stateChanged(Control.State state) |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlButtons.stateChanged(Control.State state) |