Skip to content

Commit 6a5ddbf

Browse files
authored
Update neural_de.jl
1 parent 2e8330e commit 6a5ddbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/neural_de.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Arguments:
2121
default algorithm from DifferentialEquations.jl.
2222
- `sensealg`: The choice of differentiation algorithm used in the backpropogation.
2323
Defaults to an adjoint method. See
24-
the [Local Sensitivity Analysis](https://docs.sciml.ai/DiffEqDocs/stable/analysis/sensitivity/)
24+
the [Local Sensitivity Analysis](https://docs.sciml.ai/SciMLSensitivity/stable/)
2525
documentation for more details.
2626
- `kwargs`: Additional arguments splatted to the ODE solver. See the
2727
[Common Solver Arguments](https://docs.sciml.ai/DiffEqDocs/stable/basics/common_solver_opts/)
@@ -297,7 +297,7 @@ Arguments:
297297
for more details.
298298
- `sensealg`: The choice of differentiation algorithm used in the backpropogation.
299299
Defaults to an adjoint method. See
300-
the [Local Sensitivity Analysis](https://docs.sciml.ai/DiffEqDocs/stable/analysis/sensitivity/)
300+
the [Local Sensitivity Analysis](https://docs.sciml.ai/SciMLSensitivity/stable/)
301301
documentation for more details.
302302
- `kwargs`: Additional arguments splatted to the ODE solver. See the
303303
[Common Solver Arguments](https://docs.sciml.ai/DiffEqDocs/stable/basics/common_solver_opts/)

0 commit comments

Comments
 (0)