Skip to content

Commit a3ccd27

Browse files
jstacclaude
andcommitted
Update aiyagari.md: Fix reference to VFI instead of HPI
Updated the "Primitives and operators" section to correctly state that we solve the household problem using value function iteration (VFI), not Howard policy iteration (HPI). Removed the outdated reference to Ch 5 of Dynamic Programming book. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 341df07 commit a3ccd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/aiyagari.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Below we provide code to solve the household problem, taking $r$ and $w$ as fixe
231231

232232
### Primitives and operators
233233

234-
We will solve the household problem using Howard policy iteration (see Ch 5 of [Dynamic Programming](https://dp.quantecon.org/)).
234+
We will solve the household problem using value function iteration.
235235

236236
First we set up a `NamedTuple` to store the parameters that define a household asset accumulation problem, as well as the grids used to solve it
237237

0 commit comments

Comments
 (0)