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/test
AgeCommit message (Expand)Author
2016-08-07Add Differential EvolutionLi Zhijian
2015-12-31refactor cmaes based on @fidlej suggestionsMaxReimann
2015-12-21Adapt cmaes to API, enable n-dimensional tensors as inputMaxReimann
2015-12-20Add CMAES global optimization methodMaxReimann
2015-10-01Add AdaMax.Ivo Danihelka
2015-04-16adding rmsprop rosenbrock test, rmsprop converges to 5e-5karpathy
2015-04-13remove require 'adadelta' statement from test file since it breaks.koray kavukcuoglu
2015-03-29test Adadelta implementationKe Tran
2015-02-27First commitAjay Talati
2015-01-05Added FAR/FRR computation to ConfusionMatrix.lua.Sagar M Waghmare
2014-10-24Change dofiles to requireJonathan Hunt
2014-10-23added test_confusion unit testsnicholas-leonard
2014-10-10Added support for missing targetsNicholas Leonard
2014-07-08changed learning rate for adagrad test.Clement Farabet
2014-07-08making rosenbrock test type independent (easy to extend externally to cuda te...Soumith Chintala
2014-06-02Added test for loggerGregory Essertel
2014-04-04unit test for confusion matrixNicholas Leonard
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-20Fixed CG test so it actually nails RosenbrockClement Farabet
2012-01-10plot to gnuplotKoray Kavukcuoglu
2012-01-05moved fista hereKoray Kavukcuoglu
2012-01-03move file to test since it implements a specific algo.Koray Kavukcuoglu
2011-12-27sparse coding moved to optim with a simple ref implmentation for L1 sparse co...koray kavukcuoglu
2011-12-27documentation and nice output for cg testkoray kavukcuoglu
2011-12-27added fista from unsup and moved test functions into test folderkoray kavukcuoglu