Skip to content

Commit a96ac9d

Browse files
committed
Small changes to intro.
1 parent 080c21e commit a96ac9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lectures/cake_eating_egm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ EGM is a numerical method for implementing policy iteration invented by [Chris C
3939

4040
The original reference is {cite}`Carroll2006`.
4141

42+
For now we will focus on a clean and simple implementation of EGM that stays
43+
close to the underlying mathematics.
44+
45+
Then, in {doc}`the next lecture <cake_eating_egm_jax>`, we will construct a fully vectorized and parallelized version of EGM based on JAX.
46+
4247
Let's start with some standard imports:
4348

4449
```{code-cell} python3

0 commit comments

Comments
 (0)