Uses of Class
org.hipparchus.optim.nonlinear.vector.constrained.BoundedConstraint
Packages that use BoundedConstraint
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of BoundedConstraint in org.hipparchus.optim.nonlinear.vector.constrained
Subclasses of BoundedConstraint in org.hipparchus.optim.nonlinear.vector.constrainedModifier and TypeClassDescriptionclassEquality Constraint.classInequality Constraint with lower bound only: \(l \le f(x)\).classA set of linear inequality constraints expressed as ub>Ax>lb.classA set of linear equality constraints given as Ax = b.classSet of linear inequality constraints expressed as \( A x \gt B\).