Skip to content

Commit

Permalink
docs: fix docstring for BPINNsolution, fix BPINN Manual, import Cubat…
Browse files Browse the repository at this point in the history
…ure in constraints tutorial
  • Loading branch information
Sathvik Bhagavan committed Jan 18, 2024
1 parent 2acc695 commit 4f4a8f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/src/manual/bpinns.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ NeuralPDE.ahmc_bayesian_pinn_pde

## `symbolic_discretize` for `BayesianPINN` and lower level interface.

```@docs
```@docs; canonical=false
SciMLBase.symbolic_discretize(::PDESystem, ::NeuralPDE.AbstractPINN)
```

```@docs
NeuralPDE.BPINNstats
NeuralPDE.BPINNsolution
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ with Physics-Informed Neural Networks.

```@example fokkerplank
using NeuralPDE, Lux, ModelingToolkit, Optimization, OptimizationOptimJL
using Integrals, IntegralsCubature
using Integrals, Cubature
import ModelingToolkit: Interval, infimum, supremum
# the example is taken from this article https://arxiv.org/abs/1910.10503
@parameters x
Expand Down
1 change: 0 additions & 1 deletion src/BPINN_ode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ BPINN Solution contains the original solution from AdvancedHMC.jl sampling(BPINN
> estimated_nn_params - Probabilistic Estimate of NN params from sampled weights,biases
> estimated_de_params - Probabilistic Estimate of DE params from sampled unknown DE paramters
"""

struct BPINNsolution{O <: BPINNstats, E, NP, OP, P}
original::O
ensemblesol::E
Expand Down

0 comments on commit 4f4a8f3

Please sign in to comment.