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 4952ac7 commit aee2ca7Copy full SHA for aee2ca7
docs/src/examples/optimal_control/optimal_control.md
@@ -72,7 +72,7 @@ function loss_adjoint(θ)
72
end
73
74
l = loss_adjoint(θ)
75
-cb = function (state, l; doplot = true)
+cb = function (state, l; doplot = false)
76
println(l)
77
78
ps = ComponentArray(state.u, ax)
0 commit comments