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-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
2015-10-04proper fix for out of range (on large number of classes) in confusion matrixconffixSoumith Chintala
2015-10-01Merge pull request #76 from fidlej/topic_adamaxkoray kavukcuoglu
2015-10-01Add AdaMax.Ivo Danihelka
2015-09-22Merge pull request #72 from torch/assertionsSoumith Chintala
2015-09-22adding some assertionsassertionssoumith
2015-09-16Merge pull request #71 from torch/revert-63-confusion_matrix_fixSoumith Chintala
2015-09-16Revert "Change ConfusionMatrix accumulator from Float to Long."revert-63-confusion_matrix_fixSoumith Chintala
2015-09-09Merge pull request #69 from bshillingford/masterkoray kavukcuoglu
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
2015-09-07Merge pull request #68 from LinusU/patch-1Soumith Chintala
2015-09-07tell git to ignore build outputLinus Unnebäck
2015-09-02Merge pull request #67 from jesseengel/patch-1Soumith Chintala
2015-09-02Update README.mdJesse Engel
2015-08-30Merge pull request #66 from nicholas-leonard/readthedocsSoumith Chintala
2015-08-30readthedocsnicholas-leonard
2015-08-13Merge pull request #64 from jonathantompson/return_optimSoumith Chintala
2015-08-13return optim in init.lua.Jonathan Tompson
2015-08-08Merge pull request #61 from kashif/adamSoumith Chintala
2015-08-03Merge pull request #63 from jonathantompson/confusion_matrix_fixSoumith Chintala
2015-08-03Change ConfusionMatrix accumulator from Float to Long.Jonathan Tompson
2015-07-30Merge pull request #62 from mys007/loggerexkoray kavukcuoglu
2015-07-30- added possibility to set the default symbol and to pass raw commands to gnu...Martin Simonovsky