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 a263d14 commit 4952ac7Copy full SHA for 4952ac7
docs/src/examples/optimal_control/optimal_control.md
@@ -40,6 +40,7 @@ using Lux, ComponentArrays, OrdinaryDiffEq, Optimization, OptimizationOptimJL,
40
OptimizationOptimisers, SciMLSensitivity, Zygote, Plots, Statistics, Random
41
42
rng = Random.default_rng()
43
+Random.seed!(rng, 0)
44
tspan = (0.0f0, 8.0f0)
45
46
ann = Chain(Dense(1, 32, tanh), Dense(32, 32, tanh), Dense(32, 1))
0 commit comments