EconForge / dolo.py

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

Policy iteration solution algorithm #178

Open sbenthall opened 4 years ago

sbenthall commented 4 years ago

As far as I can tell, dolo does not have a solution algorithm for "policy iteration", as a dynamic programming method.

This is the preferred method of solving the problems in HARK, which has some performance benefits https://github.com/econ-ark/HARK/issues/483#issuecomment-580956673