allow tighter tolerance in htol if requested by the user.

time-shift
Marco Ratto 2011-11-07 09:21:36 +01:00
parent 3d2e55274d
commit 9d5953403e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ icount=0;
nx=length(x);
xparam1=x;
%ftol0=1.e-6;
htol_base = max(1.e-5, ftol0);
htol_base = max(1.e-7, ftol0);
flagit=0; % mode of computation of hessian in each iteration
ftol=ftol0;
gtol=1.e-3;