econ-ark / HARK

Heterogenous Agents Resources & toolKit
Apache License 2.0
336 stars 198 forks source link

Agent stage optimization algorithm: EGM #1513

Open sbenthall opened 2 hours ago

sbenthall commented 2 hours ago

Agent stage optimization algorithm. EGM

In my view, this would be the right place to generalize the ConsLabelModel from https://github.com/econ-ark/HARK/blob/master/HARK/ConsumptionSaving/ConsLabeledModel.py

... and do a rewrite using a more general model representation (such as the one in model.py). @alanlujan91 I wonder if you agree.

sbenthall commented 2 hours ago

A general algorithm is implemented in https://github.com/econ-ark/HARK/pull/1283, but it uses a slightly different model representation. So it needs to be ported over. (Or rewritten from scratch)

sbenthall commented 2 hours ago

Also, the algorithm from PensionRetirementModel.ipynb

https://github.com/econ-ark/OverARK/tree/master/Development/nohablo