Re: Problem with OSR procedure
Posted:
Wed Sep 23, 2015 9:16 am
by jpfeifer
Use the unstable version and try a different optimimzer there.
Re: Problem with OSR procedure
Posted:
Wed Sep 23, 2015 12:12 pm
by econ86
Is there any example that shows how to do this?
Re: Problem with OSR procedure
Posted:
Wed Sep 23, 2015 2:05 pm
by jpfeifer
Re: Problem with OSR procedure
Posted:
Wed Sep 23, 2015 8:03 pm
by jpfeifer
You need to modify change the call to fmincon by a call to your optimizer. The call to fmincon already shows you which arguments you need to pass to the function to be optimized.
Re: Problem with OSR procedure
Posted:
Fri Sep 25, 2015 6:43 am
by jpfeifer
No, opt_algo=4 is csminwel. To see the cases, look into dynare_minimize_objective.m in the dynare/matlab/optimization folder