Performs constrained Gauss-Newton optimization for nonlinear least squares problems.
Algorithm:
The effective Jacobian captures all constraint effects, allowing the algorithm to use the same structure as unconstrained Gauss-Newton.
Initial parameter vector p0
Initial state vector x0 (should satisfy c(p0, x0) = 0)
Residual function r(p, x)
Constraint function c(p, x) = 0
Optimization options
Optimization result with final parameters, states, and constraint norm
Performs constrained Gauss-Newton optimization for nonlinear least squares problems.
Algorithm:
The effective Jacobian captures all constraint effects, allowing the algorithm to use the same structure as unconstrained Gauss-Newton.