cobyqa.framework.TrustRegion.sqp_ceq#
- TrustRegion.sqp_ceq(step)[source]#
Evaluate the linearization of the nonlinear equality constraints.
- Parameters:
- step
numpy.ndarray, shape (n,) Step along which the linearization of the nonlinear equality constraints is evaluated.
- step
- Returns:
numpy.ndarray, shape (m_nonlinear_ub,)Value of the linearization of the nonlinear equality constraints along step.