Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-30Fix bad alignment, trailing spaces and tabsAlfredo Canziani
2015-09-08Accidentally recreating buffers on each call to optim.lbfgsBrendan Shillingford
2015-09-08Merge :copy():op() into :op() with first arg setBrendan Shillingford
2015-09-08Memory usage improvements for L-BFGSBrendan Shillingford
2014-08-21Merge pull request #21 from jonathantompson/cuda_lbfgskoray kavukcuoglu
2014-08-18updated lbfgs to support cuda tensors.Jonathan Tompson
2013-12-05Better formatting for docstrings in REPLAndreas Fidjeland
2013-12-03Turned documentation into markdown formatAndreas Fidjeland
2013-02-19add a 4th parameter to interface to split configuration parameterskoray kavukcuoglu
2012-05-16Little bug: sometimes, LBFGS was returning a single value.Clement Farabet
2012-05-02Added first line search.Clement Farabet
2012-02-09newpackKoray Kavukcuoglu
2012-01-22L-BFGS now works in stochastic mode.Clement Farabet
2012-01-22Allowing L-BFGS to be used stochastically.Clement Farabet
2012-01-22All debugged L-BFGS implementation.Clement Farabet
2012-01-21Fixed a couple of bugs in lbfgs. Still not working ok.Clement Farabet
2012-01-21Started to fixup LBFGSClement Farabet
2012-01-20Drafty L-BFGSClement Farabet