cobyqa.framework.TrustRegion.set_multipliers#
- TrustRegion.set_multipliers(x)[source]#
Set the Lagrange multipliers.
This method computes and set the Lagrange multipliers of the linear and nonlinear constraints to be the QP multipliers.
- Parameters:
- x
numpy.ndarray, shape (n,) Point at which the Lagrange multipliers are computed.
- x