Updated documentation for 1.5 release.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@13 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
@@ -401,7 +401,7 @@ int lbfgs(
|
||||
if (xnorm < 1.0) xnorm = 1.0;
|
||||
if (gnorm / xnorm <= param->epsilon) {
|
||||
/* Convergence. */
|
||||
ret = 0;
|
||||
ret = LBFGS_SUCCESS;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user