EconForge / dolo.py

Economic modelling in python
BSD 2-Clause "Simplified" License
98 stars 72 forks source link

ENH: allow to specify initial guesses in the yaml file #135

Open albop opened 5 years ago

albop commented 5 years ago

There could be a block like the definitions block that would be turned in to a DecisionRule object, that is a function of exogenous and endogenous states (m,s).

Case where both are continuous can easily be done using dolang. Taking discrete exogenous shocks might be problematic, unless the decision rule depends only on the value of these shocks.

albop commented 5 years ago

In particular, one must make sure that it is possible to simulate the model with this decision rule.