Uses of Interface
org.hipparchus.optim.nonlinear.vector.constrained.VectorDifferentiableFunction
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of VectorDifferentiableFunction in org.hipparchus.optim.nonlinear.vector.constrained
Modifier and TypeClassDescriptionclass
Constraint with lower and upper bounds: \(l \le f(x) \le u\).class
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\).