Experimental code.

git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@36 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
naoaki 2009-02-16 08:23:55 +00:00
parent d9711f5b34
commit 897638eefa

View File

@ -466,6 +466,7 @@ int lbfgs(
step = 1.0 / sqrt(vecdot(d, d, n))
*/
vec2norminv(&step, d, n);
step = 1.0;
k = 1;
end = 0;