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