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
diff options
context:
space:
mode:
authorkoray kavukcuoglu <koray@kavukcuoglu.org>2011-11-03 17:45:39 +0400
committerkoray kavukcuoglu <koray@kavukcuoglu.org>2011-11-03 17:45:39 +0400
commit448ddce8ba9f9711066217d13c9d701c6418b328 (patch)
tree634d11446fe8770516576ae60b23b43539e224b2 /cg.lua
parentab704ca05a61acaa6d6f92e8d2d1622c637a6a2a (diff)
add comment to refer to original minimize.m
Diffstat (limited to 'cg.lua')
-rw-r--r--cg.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/cg.lua b/cg.lua
index 1b4b9b3..ffcf3b2 100644
--- a/cg.lua
+++ b/cg.lua
@@ -1,3 +1,6 @@
+-- This cg implementation is a rewrite of minimize.m written by Carl
+-- E. Rasmussen. It is supposed to produce exactly same results (give
+-- or take numerical accuracy due some changed order of operations).
function cg(opfunc,x, params)
-- parameters