File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,12 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
10
10
Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
11
11
SciMLStructures = " 53ae85a6-f571-4167-b2af-e1d143709226"
12
12
StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
13
+ Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
13
14
SymbolicIndexingInterface = " 2efcf032-c050-4f8e-a9bb-153293bab1f5"
14
15
16
+ [sources ]
17
+ ModelingToolkitNeuralNets = {path = " .." }
18
+
15
19
[compat ]
16
20
Documenter = " 1.3"
17
21
Lux = " 1"
@@ -25,6 +29,3 @@ Plots = "1"
25
29
SciMLStructures = " 1.1.0"
26
30
StableRNGs = " 1"
27
31
SymbolicIndexingInterface = " 0.3.15"
28
-
29
- [sources ]
30
- ModelingToolkitNeuralNets = {path = " .." }
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ using OptimizationOptimisers: Adam
18
18
using SciMLStructures
19
19
using SciMLStructures: Tunable
20
20
using SymbolicIndexingInterface
21
+ using Statistics
21
22
using StableRNGs
22
23
using Lux
23
24
using Plots
You can’t perform that action at this time.
0 commit comments