We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcb961 commit 92144f0Copy full SHA for 92144f0
src/LBFGS.m
@@ -1,7 +1,7 @@
1
function [inform, x] = LBFGS(func, x, lbfgsparams)
2
% Implements the limited-memory Broyden-Fletcher-Goldfarb-Shanno algorithm, a
3
% quasi-Newton method that approximates the Broyden-Fletcher-Goldfarb-Shanno
4
-% method using a limited amoung of memory.
+% method using a limited amount of memory.
5
6
% Input:
7
% func - a pointer to a function
0 commit comments