diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m index 7654062b4..cc2e8a3b6 100644 --- a/matlab/dynare_estimation_1.m +++ b/matlab/dynare_estimation_1.m @@ -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;