Uses of Class
org.hipparchus.optim.nonlinear.vector.constrained.ADMMQPSolution
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of ADMMQPSolution in org.hipparchus.optim.nonlinear.vector.constrained
Modifier and TypeMethodDescriptionADMMQPKKT.iterate
(RealVector... previousSol) Iterate Karush–Kuhn–Tucker equation from given list of VectorADMMQPKKT.solve
(RealVector b1, RealVector b2) Solve Karush–Kuhn–Tucker equation from given right hand value.