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.StateOptimisedPortfolio.myOptimisationStateMethods 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
Subclasses with type arguments of type Optimisation.State in org.ojalgo.optimisationFields in org.ojalgo.optimisation declared as Optimisation.StateModifier and TypeFieldDescriptionprivate Optimisation.StateGenericSolver.myStateprivate final Optimisation.StateOptimisation.Result.myStateMethods in org.ojalgo.optimisation that return Optimisation.StateModifier and TypeMethodDescriptionprotected Optimisation.StateGenericSolver.getState()Optimisation.Result.getState()static Optimisation.StateReturns 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.ResultOptimisation.Result.of(double value, Optimisation.State state, double... solution) static Optimisation.ResultOptimisation.Result.of(Optimisation.State state, double... solution) protected final voidGenericSolver.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.ResultIterativeRefinementSolver.buildResult(MatrixStore<Quadruple> Q, MatrixStore<Quadruple> C, MatrixStore<Quadruple> x, MatrixStore<Quadruple> y, Optimisation.State state) private static Optimisation.ResultIterativeRefinementSolverDouble.buildResult(MatrixStore<Double> Q0, MatrixStore<Double> C0, MatrixStore<Double> x0, MatrixStore<Double> y0, Optimisation.State state)