Uses of Class
org.hipparchus.optim.nonlinear.vector.constrained.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
Modifier and TypeClassDescriptionclass
Equality Constraint.class
Inequality Constraint with lower bound only: \(l \le f(x)\).class
A set of linear inequality constraints expressed as ub>Ax>lb.class
A set of linear equality constraints given as Ax = b.class
Set of linear inequality constraints expressed as \( A x \gt B\).