changed default for optimizer = 5

time-shift
Marco Ratto 2011-02-08 15:42:38 +01:00
parent ad77ce7189
commit 7db0dad508
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ if any(options_.mode_compute ~= 0) && ~options_.mh_posterior_mode_estimation
if isfield(options_,'ftol')
crit = options_.ftol;
else
crit = 1.e-7;
crit = 1.e-5;
end
if isfield(options_,'nit')
nit = options_.nit;