Uses of Class
org.ojalgo.optimisation.Optimisation.State
-
Packages that use Optimisation.State Package Description org.ojalgo.data.domain.finance.portfolio Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio Theory.org.ojalgo.optimisation org.ojalgo.optimisation.convex -
-
Uses of Optimisation.State in org.ojalgo.data.domain.finance.portfolio
Fields in org.ojalgo.data.domain.finance.portfolio declared as Optimisation.State Modifier and Type Field Description private Optimisation.State
OptimisedPortfolio. myOptimisationState
Methods in org.ojalgo.data.domain.finance.portfolio that return Optimisation.State Modifier and Type Method Description Optimisation.State
OptimisedPortfolio.Optimiser. getState()
You have to call some method that will trigger the calculation (any method that requires the calculation results) before you check the optimisation state. -
Uses of Optimisation.State in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as Optimisation.State Modifier and Type Field Description private Optimisation.State
GenericSolver. myState
private Optimisation.State
Optimisation.Result. myState
Methods in org.ojalgo.optimisation that return Optimisation.State Modifier and Type Method Description protected Optimisation.State
GenericSolver. getState()
Optimisation.State
Optimisation.Result. getState()
static Optimisation.State
Optimisation.State. valueOf(java.lang.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.Methods in org.ojalgo.optimisation with parameters of type Optimisation.State Modifier and Type Method Description static Optimisation.Result
Optimisation.Result. of(double value, Optimisation.State state, double... solution)
static Optimisation.Result
Optimisation.Result. of(Optimisation.State state, double... solution)
protected void
GenericSolver. setState(Optimisation.State state)
As the solver algorithm reaches various states it should be recorded here.Optimisation.Result
Optimisation.Result. withState(Optimisation.State state)
Constructors in org.ojalgo.optimisation with parameters of type Optimisation.State Constructor Description Result(Optimisation.State state, double value, Access1D<?> solution)
Result(Optimisation.State state, Optimisation.Result result)
Result(Optimisation.State state, Access1D<?> solution)
-
Uses of Optimisation.State in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex with parameters of type Optimisation.State Modifier and Type Method Description private static Optimisation.Result
IterativeRefinementSolver. buildResult(MatrixStore<Quadruple> Q0, MatrixStore<Quadruple> C0, MatrixStore<Quadruple> x0, MatrixStore<Quadruple> y0, Optimisation.State state)
-