We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a60d9 commit ffe1f46Copy full SHA for ffe1f46
lectures/robustness.md
@@ -219,7 +219,7 @@ J_{t-1} (x)
219
= \min_u
220
\{
221
x' R x + u' Q u + \beta \,
222
- J_t (Ax + B u + C w_t)
+ J_t (Ax + B u + C w)
223
\}
224
$$
225
@@ -956,7 +956,7 @@ a_1 = 0.5
956
c = 2
957
γ = 50.0
958
959
-θ = 0.002
+θ = 0.02
960
ac = (a_0 - c) / 2.0
961
962
# Define LQ matrices
0 commit comments