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
path: root/cg.lua
AgeCommit message (Expand)Author
2015-05-19Replaced CUDA flag and newTensor() with x.new()David Pfau
2015-05-19Added CUDA support for cg.luaDavid Pfau
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-09-28Updated info / help.Clement Farabet
2012-01-22All debugged L-BFGS implementation.Clement Farabet
2012-01-20Fixed CG test so it actually nails RosenbrockClement Farabet
2011-12-27documentation and nice output for cg testkoray kavukcuoglu
2011-11-03Added asgd.Clement Farabet
2011-11-03Added first SGD, and orgniazed package.Clement Farabet
2011-11-03register temp allcoations to params so that they can be reused...koray kavukcuoglu
2011-11-03add comments for inputs and option to pass temporary tensors in params.koray kavukcuoglu
2011-11-03add comment to refer to original minimize.mkoray kavukcuoglu
2011-11-03add to repokoray kavukcuoglu