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-03Revert "Fix bug with sgd individual learning rates"revert-113-sgd-lrs-fixSoumith Chintala
2016-06-02Merge pull request #113 from gpleiss/sgd-lrs-fixSoumith Chintala
2016-06-02Fix bug with individual learning ratesGeoff Pleiss
2016-05-27Merge pull request #111 from gcheron/logscaleSoumith Chintala
2016-05-27add logscale supportGuilhem Cheron
2016-05-19Merge pull request #108 from gcheron/adadelta-wdecSoumith Chintala
2016-05-19add weight decay support to adadeltaGuilhem Cheron
2016-04-26Merge pull request #103 from dxyzab/remove-NAG-tempSoumith Chintala
2016-04-20Merge pull request #106 from apaszke/conf_fixSoumith Chintala
2016-04-20Fix possible type mismatch in ConfusionMatrixAdam Paszke
2016-04-14Merge pull request #100 from apaszke/conf_speedupSoumith Chintala
2016-04-12remove copy of x to save memoryDavid Seetapun
2016-04-12Merge pull request #102 from colesbury/rmspropSoumith Chintala
2016-04-12Add support for weight decay to rmspropSam Gross
2016-04-03Improve ConfusionMatrix performanceAdam Paszke
2016-02-28Merge pull request #96 from donglixp/patch-1Soumith Chintala
2016-02-25Merge pull request #98 from JJ/masterSoumith Chintala
2016-02-25Another addition to the docsJJ Merelo
2016-02-25Merge pull request #97 from JJ/masterSoumith Chintala
2016-02-25Includes a pointer to the list of algorithmsJJ Merelo
2016-02-21checkgrad.lua: tensor type bugLi Dong
2016-02-19Merge pull request #95 from torch/adaSoumith Chintala
2016-02-19add weight decay option to adagradsoumith
2016-02-13Merge pull request #94 from torch/requireSoumith Chintala
2016-02-13include -> requirerequireSoumith Chintala
2016-01-23lua52 fix for math.log10soumith
2016-01-02Merge pull request #90 from MaxReimann/masterSoumith Chintala
2016-01-01omit retyping of input tensor and add check of supported functions for cmaesMaxReimann
2015-12-31refactor cmaes based on @fidlej suggestionsMaxReimann
2015-12-30fix indentation, remove uneeded opfunc arguments and iterations variableMaxReimann
2015-12-22Resolve merge errorMaxReimann
2015-12-22Minor cleanupsMaxReimann
2015-12-22Update documentation for cmaesMaxReimann
2015-12-21Adapt cmaes to API, enable n-dimensional tensors as inputMaxReimann
2015-12-20Merge branch 'master' of https://github.com/torch/optimMaxReimann
2015-12-20Add CMAES global optimization methodMaxReimann
2015-12-09Merge pull request #89 from scabi/masterSoumith Chintala
2015-12-09Merge pull request #1 from scabi/scabi-doc-updatescabi
2015-12-09Updated docs for all implemented algorithmsscabi
2015-11-13Merge pull request #88 from InnovArul/masterSoumith Chintala
2015-11-13documentation update for config.learningRates, state.evalCounterArulkumar
2015-10-30Merge pull request #86 from jonathantompson/confusion_printSoumith Chintala
2015-10-30fixed printing for counts > 8 digits.Jonathan Tompson
2015-10-18Merge pull request #85 from vejmelkam/alternate-nag-fixSoumith Chintala
2015-10-18nag: momentum default is 0.9, added check for non-positive momentumMartin Vejmelka
2015-10-13Merge pull request #81 from robertocalandra/masterkoray kavukcuoglu
2015-10-12Add GPU support to RpropRoberto Calandra
2015-10-09Merge pull request #79 from eulerreich/patch-1Soumith Chintala
2015-10-09typoeulerreich
2015-10-04Merge pull request #78 from torch/conffixSoumith Chintala