Page 1 of 1

Storing exit flag from Blanchard Kahn Conditions

PostPosted: Tue Apr 12, 2016 8:15 pm
by dsge_econ
I am calculating the optimal policy rule but I would like to introduce a penalty function in the optimization algorithm.

For that I need to store the exit flag for the Blanchard Kahn Condition.

Grateful if you could suggest where I can find the exit flag. Used to be in the variable info(1) but cannot find it anymore.

thanks!

R

Re: Storing exit flag from Blanchard Kahn Conditions

PostPosted: Thu Apr 14, 2016 8:51 am
by jpfeifer
How are you implementing this? If you are looping over
Code: Select all
[oo_.dr,info,M_,options_,oo_] = resol(0,M_,options_,oo_);

it is there in
Code: Select all
info