This is a meta-issue focused on enumerating the global stylistic changes to the lectures. As before, we can check off each seciton when we are complete.
[ ] Remove docstrings
[ ] Convert to using Parameters and unpack throughout and all default constructors to @with_kw #135
[ ] Replacing homebrewed quadrature with Expectations.jl #133
[ ] Replacing homebrewed iteration and EQ ones with with fixedpoint() #134
[ ] Eliminating repeatedly nested loops (like in the career and job choice lecture).
[ ] Using Plots/GR globally #67
[ ] Convert to Maximize and simplify sign flips #158
[ ] Convert to using Parameters and unpack throughout #135
[ ] Use interpolations #146
[ ] Global removal of virtually all type signatures
This is a meta-issue focused on enumerating the global stylistic changes to the lectures. As before, we can check off each seciton when we are complete.
@with_kw
#135Expectations.jl
#133fixedpoint()
#134