Skip to content

Commit e6d709c

Browse files
Merge pull request #956 from AstitvaAggarwal/sdepinn
SDE-PINN inverse + strong/weak + improved base solver & docstrings.
2 parents 970eaeb + c146ad2 commit e6d709c

File tree

5 files changed

+721
-217
lines changed

5 files changed

+721
-217
lines changed

src/BPINN_ode.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ sol_lux_pestim = solve(prob, alg)
6363
6464
Note that the solution is evaluated at fixed time points according to the strategy chosen.
6565
ensemble solution is evaluated and given at steps of `saveat`.
66-
Dataset should only be provided when ODE parameter Estimation is being done.
66+
A Dataset must be provided : When doing ODE Parameter Estimation OR if we want to use a Data L2 loss
67+
and/or Data Quadrature loss term (flagged via `estim_collocate`) during a forward solve.
6768
The neural network is a fully continuous solution so `BPINNsolution`
6869
is an accurate interpolation (up to the neural network training result). In addition, the
6970
`BPINNstats` is returned as `sol.fullsolution` for further analysis.

0 commit comments

Comments
 (0)