Skip to content

Commit f8ae347

Browse files
apaszkesoumith
authored andcommitted
Port L-BFGS from Lua optim
1 parent f8e89fb commit f8ae347

File tree

12 files changed

+577
-5113
lines changed

12 files changed

+577
-5113
lines changed

docs/source/optim.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Algorithms
106106
:members:
107107
.. autoclass:: ASGD
108108
:members:
109+
.. autoclass:: LBFGS
110+
:members:
109111
.. autoclass:: RMSprop
110112
:members:
111113
.. autoclass:: Rprop

test/optim/compare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# th test.lua > lua.out
2+
th test.lua > lua.out
33
python3 test.py > python.out
44

55
diff lua.out python.out >/dev/null 2>&1

0 commit comments

Comments
 (0)