- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 221
Better BPINN ode Solver #853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+272
−53
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
5648819
changes for new ODE bpinn solver from PR #842
AstitvaAggarwal b8182c4
extra files added from previous PR
AstitvaAggarwal 400cdb7
exact advancedHMC_MCMC.jl from earlier pr
AstitvaAggarwal 80679bb
update BPINN_ode.jl
AstitvaAggarwal c3f9366
Merge branch 'SciML:master' into BPINNode
AstitvaAggarwal 6fb20d5
update BPINN_PDEinvsol_tests
AstitvaAggarwal 8538e59
quadrature training breaks
AstitvaAggarwal 3c43177
Merge branch 'SciML:master' into BPINNode
AstitvaAggarwal 36905a8
Merge branch 'SciML:master' into BPINNode
AstitvaAggarwal c071f40
Merge branch 'SciML:master' into BPINNode
AstitvaAggarwal 7a2cfa2
Merge branch 'SciML:master' into BPINNode
AstitvaAggarwal 044bd83
Merge branch 'SciML:master' into BPINNode
AstitvaAggarwal 70581be
changes from reviews
AstitvaAggarwal 4a00341
removed progress param calls
AstitvaAggarwal 7111f48
tests pass, info log for newloss
AstitvaAggarwal 1fef5b2
BPINN_Tests.jl typo fix
AstitvaAggarwal 4de5691
add more noise in data
AstitvaAggarwal b25be13
tests pass locally, good fits
AstitvaAggarwal 3102215
update tests
AstitvaAggarwal fab83e9
change tolerances
AstitvaAggarwal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pmean
typo?Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope, the mean is required as the solution's standard deviation are different at domain points, sometimes these uncertainties can be large enough for the tests to fail. so i just take the means for testing.