Questions tagged [quasi-newton]

Use for questions involving quasi-Newton method, which in contrast to [tag:newton-method] uses an approximation of the Hessian during the root-finding or optimization process.

22 questions
0
votes
0 answers

General question related to BFGS

Based on my basic understanding of the BFGS method, the algorithm will iterate until the gradient norm is less than or equal to a set value called "gtol" in the case of Python. However, when using this method, and checking the output the following…
Habib
  • 11
  • 2