From 964b7580d8fac395321d6ca025404cff49cd8843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Wed, 10 Jul 2013 16:15:28 +0200 Subject: [PATCH] Cosmetic change. --- matlab/dynare_estimation_1.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m index d9bea3c8c..dac4b33d8 100644 --- a/matlab/dynare_estimation_1.m +++ b/matlab/dynare_estimation_1.m @@ -38,7 +38,8 @@ if options_.order > 1 disp('Estimation using a non linear filter!') disp(' ') if ~options_.nointeractive && ismember(options_.mode_compute,[1,3,4]) % Known gradient-based optimizers - disp('You are using a gradient-based mode-finder. Particle filtering introduces discontinuities in the objective function w.r.t the parameters. Thus, should use a non-gradient based optimizer.') + disp('You are using a gradient-based mode-finder. Particle filtering introduces discontinuities in the') + disp('objective function w.r.t the parameters. Thus, should use a non-gradient based optimizer.') fprintf('\nPlease choose a mode-finder:\n') fprintf('\t 0 - Continue using gradient-based method (it is most likely that you will no get any sensible result).\n') fprintf('\t 6 - Monte Carlo based algorithm\n')