horton_part.algo.quasi_newton module

bfgs(df, s, olddf, oldH)

BFGS method to construct the inversion of the Hessian matrix

Parameters:
  • df

  • s

  • olddf

  • oldH

Returns:

The inverse of Hessian matrix.

Return type:

np.ndarray