Skip to content

Commit

Permalink
update training_strategies.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
AstitvaAggarwal committed Mar 29, 2024
1 parent 3e96e3d commit efbccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training_strategies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end

# include dataset points in pde_residual loglikelihood (BayesianPINN)
function merge_strategy_with_loglikelihood_function(pinnrep::PINNRepresentation,
strategy::GridTraining,
strategy,
datafree_pde_loss_function,
datafree_bc_loss_function; train_sets_pde = nothing, train_sets_bc = nothing)
@unpack domains, eqs, bcs, dict_indvars, dict_depvars, flat_init_params = pinnrep
Expand Down

0 comments on commit efbccda

Please sign in to comment.