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"
1010Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1111SciMLStructures = " 53ae85a6-f571-4167-b2af-e1d143709226"
1212StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
13+ Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1314SymbolicIndexingInterface = " 2efcf032-c050-4f8e-a9bb-153293bab1f5"
1415
16+ [sources ]
17+ ModelingToolkitNeuralNets = {path = " .." }
18+
1519[compat ]
1620Documenter = " 1.3"
1721Lux = " 1"
@@ -25,6 +29,3 @@ Plots = "1"
2529SciMLStructures = " 1.1.0"
2630StableRNGs = " 1"
2731SymbolicIndexingInterface = " 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
1818using SciMLStructures
1919using SciMLStructures: Tunable
2020using SymbolicIndexingInterface
21+ using Statistics
2122using StableRNGs
2223using Lux
2324using Plots
You can’t perform that action at this time.
0 commit comments