Discretionary_policy

I’m trying to use the option discretionary_policy of dynare, but without success. The error message that is appearing now is the following:
Error in ==> discretionary_policy_engine>GetDennisMatrices at 180
A00=zeros(m);A00(1:ny,1:ny)=A0;A00(ny+1:end,ny+1:end)=eye(AuxiliaryVariables_nbr);

Error in ==> discretionary_policy_engine at 53
[A0,A1,A2,A3,A4,A5,W,Q,endo_nbr,exo_nbr,aux,endo_augm_id]=GetDennisMatrices(AAlag,AA0,AAlead,BB,bigw,instr_id);

Error in ==> discretionary_policy_1 at 119
[H,G,info]=discretionary_policy_engine(Alag,A0,Alead,B,W,instr_id,beta,solve_maxit,discretion_tol,qz_criterium);

Error in ==> stoch_simul at 70
[oo_.dr,ys,info] = discretionary_policy_1(oo_,options_.instruments);

Error in ==> discretionary_policy at 25
info = stoch_simul(var_list);

Error in ==> palma at 239
discretionary_policy(var_list_);

Error in ==> dynare at 120
evalin(‘base’,fname) ;

Could anyone help me please?

Hi,

This feature is still in development so you should not expect perfect reliability.

You should probably try again with the latest unstable snapshot. If it does not help, then please post your MOD file.

Best,