cobyqa.framework.TrustRegion.sqp_ceq#

TrustRegion.sqp_ceq(step)[source]#

Evaluate the linearization of the nonlinear equality constraints.

Parameters:
stepnumpy.ndarray, shape (n,)

Step along which the linearization of the nonlinear equality constraints is evaluated.

Returns:
numpy.ndarray, shape (m_nonlinear_ub,)

Value of the linearization of the nonlinear equality constraints along step.