Uses of Class
org.hipparchus.optim.nonlinear.vector.constrained.LagrangeSolution
Packages that use LagrangeSolution
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of LagrangeSolution in org.hipparchus.optim.nonlinear.vector.constrained
Subclasses of LagrangeSolution in org.hipparchus.optim.nonlinear.vector.constrainedMethods in org.hipparchus.optim.nonlinear.vector.constrained that return LagrangeSolutionModifier and TypeMethodDescriptionADMMQPOptimizer.doOptimize()Performs the bulk of the optimization algorithm.protected LagrangeSolutionQPOptimizer.doOptimize()SQPOptimizerGM.doOptimize()Performs the bulk of the optimization algorithm.SQPOptimizerS.doOptimize()Performs the bulk of the optimization algorithm.AbstractSQPOptimizer.optimize(OptimizationData... optData) ADMMQPOptimizer.optimize(OptimizationData... optData) Stores data and performs the optimization.ConstraintOptimizer.optimize(OptimizationData... optData) Stores data and performs the optimization.Methods in org.hipparchus.optim.nonlinear.vector.constrained that return types with arguments of type LagrangeSolutionModifier and TypeMethodDescriptionADMMQPOptimizer.getConvergenceChecker()Gets the convergence checker.Methods in org.hipparchus.optim.nonlinear.vector.constrained with parameters of type LagrangeSolutionModifier and TypeMethodDescriptionbooleanADMMQPConvergenceChecker.converged(int i, LagrangeSolution previous, LagrangeSolution current) Check if the optimization algorithm has converged.