Package | Description |
---|---|
org.ojalgo.optimisation |
Modifier and Type | Method and Description |
---|---|
Optimisation.State |
Optimisation.Result.getState() |
protected Optimisation.State |
GenericSolver.getState() |
static Optimisation.State |
Optimisation.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Optimisation.State[] |
Optimisation.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GenericSolver.setState(Optimisation.State state)
As the solver algorithm reaches various states it should be recorded here.
|
Constructor and Description |
---|
Result(Optimisation.State state,
Access1D<?> solution) |
Result(Optimisation.State state,
double value,
Access1D<?> solution) |
Result(Optimisation.State state,
Optimisation.Result result) |
Copyright © 2019 Optimatika. All rights reserved.