Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 364 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 364 Bytes

LBFGS optimizer

Only the stochastic LBFGS optimizer is provided with the code. Further details are given in this paper. Also see this introduction.

Files included are:

lbfgsnew.py: New LBFGS optimizer

lbfgs.py: Symlink to lbfgsnew.py