cobyqa.framework.TrustRegion.sqp_cub#

TrustRegion.sqp_cub(step)[source]#

Evaluate the linearization of the nonlinear inequality constraints.

Parameters:
stepnumpy.ndarray, shape (n,)

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

Returns:
numpy.ndarray, shape (m_nonlinear_ub,)

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