{ } Raw JSON

bundles / scipy latest / scipy / optimize / _trustregion / BaseQuadraticSubproblem

class

scipy.optimize._trustregion:BaseQuadraticSubproblem

source: /scipy/optimize/_trustregion.py :30

Signature

class   BaseQuadraticSubproblem ( x fun jac hess = None hessp = None )

Members

Summary

Base/abstract class defining the quadratic model for trust-region minimization. Child classes must implement the solve method.

Extended Summary

Values of the objective function, Jacobian and Hessian (if provided) at the current iterate x are evaluated on demand and then stored as attributes fun, jac, hess.

Aliases

  • scipy.optimize._trustregion.BaseQuadraticSubproblem