You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using dolo to simulate a DSGE model. However, I cannot load any model with more than 5 state variables using the yaml_import command. No error messages are displayed, just the loading continues until the kernel dies. If any of the transition equations is dropped then the model is loaded with no problem. Is there a restriction on the number of state variables?
Please find below a small example model.
Thank you very much!
Thank you @iglikav . There should not be a limit on the number of states when you import the model. Maybe the problem stems from the cartesian grid which has 20^6 points. This should not be a problem when it comes to construct it (you won't be able to solve the model on that grid but you can try perturbations). We'll investigate.
I decreased the number of the points in the grid to 10^6 and my full-scale model was loaded and solved using the perfect foresight algorithm with no problem. Thank you very much!
I am using dolo to simulate a DSGE model. However, I cannot load any model with more than 5 state variables using the yaml_import command. No error messages are displayed, just the loading continues until the kernel dies. If any of the transition equations is dropped then the model is loaded with no problem. Is there a restriction on the number of state variables?
Please find below a small example model.
Thank you very much!
The text was updated successfully, but these errors were encountered: