GitHub

Original file line numberDiff line numberDiff line change

@@ -107,8 +107,8 @@ sphinx:

107107

mathjax3_config:

108108

tex:

109109

macros:

110-

"argmax" : "arg\\,max"

111-

"argmin" : "arg\\,min"

110+

"argmax" : ["\\operatorname*{argmax}", 0]

111+

"argmin" : ["\\operatorname*{argmin}", 0]

112112

mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

113113

# Local Redirects

114114

rediraffe_redirects:

Original file line numberDiff line numberDiff line change

@@ -4,7 +4,7 @@

44

###

55
66

@article{evans2005interview,

7-

title={An interview with thomas j. sargent},

7+

title={An interview with Thomas J. Sargent},

88

author={Evans, George W and Honkapohja, Seppo},

99

journal={Macroeconomic Dynamics},

1010

volume={9},

Original file line numberDiff line numberDiff line change

@@ -73,6 +73,10 @@ parts:

7373

- file: career

7474

- file: jv

7575

- file: odu

76+

- caption: Reinforcement Learning

77+

numbered: true

78+

chapters:

79+

- file: inventory_q

7680

- file: mccall_q

7781

- caption: Introduction to Optimal Savings

7882

numbered: true

Read the original on github.com ↗