Skip to content

Commit 07fd117

Browse files
committed
misc
1 parent 33ce834 commit 07fd117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/cake_eating_numerical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class Model(NamedTuple):
191191
def create_cake_eating_model(
192192
β: float = 0.96, # discount factor
193193
γ: float = 1.5, # degree of relative risk aversion
194-
x_grid_min: float = 1e-5, # exclude zero for numerical stability
194+
x_grid_min: float = 1e-3, # exclude zero for numerical stability
195195
x_grid_max: float = 2.5, # size of cake
196196
x_grid_size: int = 120
197197
):

0 commit comments

Comments
 (0)