You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BPINN Solution contains the original solution from AdvancedHMC.jl sampling(BPINNstats contains fields related to that)
147
-
> ensemblesol is the Probabilistic Estimate(MonteCarloMeasurements.jl Particles type) of Ensemble solution from All Neural Network's(made using all sampled parameters) output's.
148
-
> estimated_nn_params - Probabilistic Estimate of NN params from sampled weights,biases
149
-
> estimated_de_params - Probabilistic Estimate of DE params from sampled unknown DE parameters
147
+
BPINN Solution contains the original solution from AdvancedHMC.jl sampling (BPINNstats contains fields related to that).
148
+
149
+
1. `ensemblesol` is the Probabilistic Estimate (MonteCarloMeasurements.jl Particles type) of Ensemble solution from All Neural Network's (made using all sampled parameters) output's.
150
+
2. `estimated_nn_params` - Probabilistic Estimate of NN params from sampled weights, biases.
151
+
3. `estimated_de_params` - Probabilistic Estimate of DE params from sampled unknown DE parameters.
150
152
"""
151
153
struct BPINNsolution{O <:BPINNstats, E, NP, OP, P}
0 commit comments