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 3f29f9c commit df41e24Copy full SHA for df41e24
test/lotka_volterra.jl
@@ -19,7 +19,7 @@ using Lux
19
20
function lotka_ude(chain)
21
@variables t x(t)=3.1 y(t)=1.5
22
- @parameters α=1.3 [tunable=false] δ=1.8 [tunable=false]
+ @parameters α=1.3 [tunable = false] δ=1.8 [tunable = false]
23
Dt = ModelingToolkit.D_nounits
24
25
@named nn = NeuralNetworkBlock(2, 2; chain, rng = StableRNG(42))
0 commit comments