cobyqa.framework.TrustRegion.lag_model#

TrustRegion.lag_model(x)[source]#

Evaluate the Lagrangian model at a given point.

Parameters:
xnumpy.ndarray, shape (n,)

Point at which the Lagrangian model is evaluated.

Returns:
float

Value of the Lagrangian model at x.