kthohr / optim

OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions

Home Page:https://optimlib.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bfgs with approximate numerical gradient?

colddie opened this issue · comments

Hi,

Is it possible to perform bfgs without known the explicit expression of the derivative? In other words, derivatives are approximated numerically.

Thank you,
Tao