cobyqa.framework.TrustRegion.lag_model#
- TrustRegion.lag_model(x)[source]#
Evaluate the Lagrangian model at a given point.
- Parameters:
- x
numpy.ndarray, shape (n,) Point at which the Lagrangian model is evaluated.
- x
- Returns:
- float
Value of the Lagrangian model at x.