Uses of Enum Class
org.ojalgo.optimisation.Optimisation.State
Packages that use Optimisation.State
Package
Description
Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio
Theory.
-
Uses of Optimisation.State in org.ojalgo.data.domain.finance.portfolio
Fields in org.ojalgo.data.domain.finance.portfolio declared as Optimisation.StateModifier and TypeFieldDescriptionprivate Optimisation.State
OptimisedPortfolio.myOptimisationState
Methods in org.ojalgo.data.domain.finance.portfolio that return Optimisation.StateModifier and TypeMethodDescriptionOptimisedPortfolio.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.StateModifier and TypeFieldDescriptionprivate Optimisation.State
GenericSolver.myState
private final Optimisation.State
Optimisation.Result.myState
Methods in org.ojalgo.optimisation that return Optimisation.StateModifier and TypeMethodDescriptionprotected Optimisation.State
GenericSolver.getState()
Optimisation.Result.getState()
static Optimisation.State
Returns the enum constant of this class with the specified name.static Optimisation.State[]
Optimisation.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.optimisation with parameters of type Optimisation.StateModifier and TypeMethodDescriptionstatic Optimisation.Result
Optimisation.Result.of
(double value, Optimisation.State state, double... solution) static Optimisation.Result
Optimisation.Result.of
(Optimisation.State state, double... solution) protected final void
GenericSolver.setState
(Optimisation.State state) As the solver algorithm reaches various states it should be recorded here.Optimisation.Result.withState
(Optimisation.State state) Constructors in org.ojalgo.optimisation with parameters of type Optimisation.StateModifierConstructorDescriptionResult
(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.StateModifier and TypeMethodDescriptionprivate static Optimisation.Result
IterativeRefinementSolver.buildResult
(MatrixStore<Quadruple> Q0, MatrixStore<Quadruple> C0, MatrixStore<Quadruple> x0, MatrixStore<Quadruple> y0, Optimisation.State state)