/pytorch

Fork of PyTorch, with improved LBFGS optimizer: line search based step size, full batch and minibatch operation possible. See

Primary LanguageC++OtherNOASSERTION

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