Fixed call to renamed bfgsi1.m

time-shift
Marco Ratto 2012-05-31 14:41:41 +02:00
parent 842f2ea875
commit 82e9336346
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ while ~done
%badgh
stuck = (abs(fh-f) < crit);
if (~badg) && (~badgh) && (~stuck)
H = bfgsi(H,gh-g,xh-x);
H = bfgsi1(H,gh-g,xh-x);
end
if Verbose
disp('----')