Skip to content

Commit

Permalink
quadrature training breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AstitvaAggarwal committed May 10, 2024
1 parent 6fb20d5 commit 8538e59
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions test/BPINN_PDEinvsol_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ Random.seed!(100)
saveats = [1 / 50.0],
param = [LogNormal(6.0, 0.5)])

discretization = BayesianPINN([chainl], QuadratureTraining(), param_estim = true,
dataset = [dataset, nothing])

ahmc_bayesian_pinn_pde(pde_system,
discretization;
draw_samples = 1500,
bcstd = [0.05],
phystd = [0.01], l2std = [0.01],
priorsNNw = (0.0, 1.0),
saveats = [1 / 50.0],
param = [LogNormal(6.0, 0.5)])
# discretization = BayesianPINN([chainl], QuadratureTraining(), param_estim = true,
# dataset = [dataset, nothing])

# ahmc_bayesian_pinn_pde(pde_system,
# discretization;
# draw_samples = 1500,
# bcstd = [0.05],
# phystd = [0.01], l2std = [0.01],
# priorsNNw = (0.0, 1.0),
# saveats = [1 / 50.0],
# param = [LogNormal(6.0, 0.5)])

discretization = BayesianPINN([chainl], GridTraining([0.02]), param_estim = true,
dataset = [dataset, nothing])
Expand Down

0 comments on commit 8538e59

Please sign in to comment.