Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/BPINN_ode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Algorithm for solving ordinary differential equations using a Bayesian neural ne
is a specialization of the physics-informed neural network which is used as a solver for a
standard `ODEProblem`.

!!! warn
!!! warning

Note that BNNODE only supports ODEs which are written in the out-of-place form, i.e.
`du = f(u,p,t)`, and not `f(du,u,p,t)`. If not declared out-of-place, then the BNNODE
Expand Down
2 changes: 1 addition & 1 deletion src/advancedHMC_MCMC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ end
MCMCkwargs = (n_leapfrog = 30,), progress = false,
verbose = false)

!!! warn
!!! warning

Note that `ahmc_bayesian_pinn_ode()` only supports ODEs which are written in the
out-of-place form, i.e. `du = f(u,p,t)`, and not `f(du,u,p,t)`. If not declared
Expand Down
Loading