Skip to content

Commit aee2ca7

Browse files
don't plot in the callback
1 parent 4952ac7 commit aee2ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/optimal_control/optimal_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function loss_adjoint(θ)
7272
end
7373
7474
l = loss_adjoint(θ)
75-
cb = function (state, l; doplot = true)
75+
cb = function (state, l; doplot = false)
7676
println(l)
7777
7878
ps = ComponentArray(state.u, ax)

0 commit comments

Comments
 (0)