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
Uses a relatively standard MDP algorithm with discrete states/values with VFI and PFI and modified policy iteration
Stationary distribution of the solution
Simulations after solution calculated.
Most are probably available in external libraries for MDPs with a full model. Algorithms are simple but tricky to get high-performance without inplace operations/etc.
The text was updated successfully, but these errors were encountered:
https://julia.quantecon.org/dynamic_programming/discrete_dp.html and also https://julia.quantecon.org/multi_agent_models/aiyagari.html also uses it
The text was updated successfully, but these errors were encountered: