Skip to content

Commit

Permalink
Update neural_sde.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 30, 2023
1 parent e1502ed commit a7054a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/examples/neural_sde.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ p2, re2 = Flux.destructure(diffusion_dudt)
neuralsde = NeuralDSDE(drift_dudt, diffusion_dudt, tspan, SOSRI(),
saveat = tsteps, reltol = 1e-1, abstol = 1e-1);
nothing
```

Let's see what that looks like:
Expand Down

0 comments on commit a7054a9

Please sign in to comment.