Skip to content

Commit ea208a2

Browse files
Update blackhole.md
1 parent 7be5895 commit ea208a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/showcase/blackhole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ are and how they are used. For the neural network training:
1818
| [Optimization.jl](https://docs.sciml.ai/Optimization/stable/) | The optimization library |
1919
| [OptimizationOptimisers.jl](https://docs.sciml.ai/Optimization/stable/optimization_packages/optimisers/) | The optimization solver package with `Adam` |
2020
| [OptimizationOptimJL.jl](https://docs.sciml.ai/Optimization/stable/optimization_packages/optim/) | The optimization solver package with `BFGS` |
21+
| [ComponentArrays.jl](https://docs.sciml.ai/ComponentArrays/stable/) | For the `ComponentArray` type to match Lux to SciML |
2122

2223
For the symbolic model discovery:
2324

@@ -40,7 +41,6 @@ And external libraries:
4041
| Module | Description |
4142
|:---------------------------------------------------------------------------- |:--------------------------------------------------- |
4243
| [Lux.jl](https://lux.csail.mit.edu/stable/) | The deep learning (neural network) framework |
43-
| [ComponentArrays.jl](https://jonniedie.github.io/ComponentArrays.jl/stable/) | For the `ComponentArray` type to match Lux to SciML |
4444
| [LineSearches.jl](https://github.com/JuliaNLSolvers/LineSearches.jl) | Allows for setting a line search for optimization |
4545
| [DataFrames.jl](https://dataframes.juliadata.org/stable/) | A nice and easy data handling format |
4646
| [CSV.jl](https://csv.juliadata.org/stable/) | Import and export of CSV files |

0 commit comments

Comments
 (0)