-
-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
-
The outcome of career/career_vf_plot.py does not look nice like the figure in the lecture.
-
In the solution to Exercise 1:
max_iter=200should be added tocompute_fixed_point.- The line
theta_path, epsilon_path = gen_path()should be placed inside thefor ax in axesloop.
-
In the solution to Exercise 2, for the case of
beta=0.99:- The median should be about 14, rather than 11 as stated.
- If one wants to avoid getting a
RuntimeWarningfrom non convergence,max_itershould be set, for example, to1000(if the default tolerance is used).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels