Skip to content

Commit c1a5db6

Browse files
Update missing_physics.md
1 parent ea208a2 commit c1a5db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/showcase/missing_physics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ are and how they are used. For the neural network training:
2626
| [OptimizationOptimisers.jl](https://docs.sciml.ai/Optimization/stable/optimization_packages/optimisers/) | The optimization solver package with `Adam` |
2727
| [OptimizationOptimJL.jl](https://docs.sciml.ai/Optimization/stable/optimization_packages/optim/) | The optimization solver package with `LBFGS` |
2828
| [LineSearches.jl](https://julianlsolvers.github.io/LineSearches.jl/latest/index.html) | Line search algorithms package to be used with `LBFGS` |
29+
| [ComponentArrays.jl](https://docs.sciml.ai/ComponentArrays/stable/) | For the `ComponentArray` type to match Lux to SciML |
2930

3031
For the symbolic model discovery:
3132

@@ -48,7 +49,6 @@ And external libraries:
4849
| Module | Description |
4950
|:---------------------------------------------------------------------------- |:--------------------------------------------------- |
5051
| [Lux.jl](https://lux.csail.mit.edu/stable/) | The deep learning (neural network) framework |
51-
| [ComponentArrays.jl](https://jonniedie.github.io/ComponentArrays.jl/stable/) | For the `ComponentArray` type to match Lux to SciML |
5252
| [Plots.jl](https://docs.juliaplots.org/stable/) | The plotting and visualization library |
5353
| [StableRNGs.jl](https://docs.juliaplots.org/stable/) | Stable random seeding |
5454

0 commit comments

Comments
 (0)