diff --git a/matlab/mr_gstep.m b/matlab/mr_gstep.m index 78e27d549..db25d43a4 100644 --- a/matlab/mr_gstep.m +++ b/matlab/mr_gstep.m @@ -59,6 +59,7 @@ while i htol [f0 x fc retcode] = csminit(func0,x,f0,gg,0,diag(hh),DynareDataset,DynareOptions,Model,EstimatedParameters,BayesInfo,DynareResults); ig(i)=1; + fprintf(['Done for param %s = %8.4f\n'],BayesInfo.name{i},x(i)) end xh1=x; end @@ -67,4 +68,3 @@ end save gstep.mat x h1 f0 -