You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just before equation 31.3 add brackets saying that it is taking the first-order condition over the previous equation
Before equation 31.8, Add a Wikipedia link or explaination on the Lagrangie condition OR even cut the entire Lagrangie idea out and substitute the constrain into the objective function (potentially creating a lecture on constraints of optimisation)
Starting from section 31.10.4, consider not having a graph for every single variable, only for those that will be mentioned. In general, it was difficult to understand the conclusion drawn from the graph and the graphs themselves are hard to read. There is too much information and not enough explanation, need a better connection between the figures and the explaination below the figures
Code
change the usage of njit to jit and consider removing it if it result in no large run-time increase
For the code block in section 30.10.3 get rid of the class and change the entire code block to just functions
For the graphs, try to use object-oriented codes. Search for the usage of plt, which should be changed to object-orientated programming. Should use default figure size, highlight the code used for plotting, and let matplotlib pick the colours
The text was updated successfully, but these errors were encountered:
Comments by @pgrosser1
Overview
This is a topical lecture so maybe talk about what is going on right now with the economy and fiscal policies around the world
Potential lecture idea
Content
Code
plt
, which should be changed to object-orientated programming. Should use default figure size, highlight the code used for plotting, and let matplotlib pick the coloursThe text was updated successfully, but these errors were encountered: