Skip to content
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

SDE PINN solver #897

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8f2f9ca
Clean branch, begin
AstitvaAggarwal Oct 11, 2024
b52bdbf
Merge branch 'SciML:master' into sdepinn
AstitvaAggarwal Nov 22, 2024
d8fa747
in progress
AstitvaAggarwal Nov 22, 2024
4f6e894
took one day and first passes lol
AstitvaAggarwal Dec 3, 2024
e67c595
fix test imports
AstitvaAggarwal Dec 3, 2024
fa5631f
added sub_batching, output objects
AstitvaAggarwal Dec 9, 2024
2f860fd
testing sub_batching
AstitvaAggarwal Dec 13, 2024
2436c54
tests for 1 vs 250 z_i subsamples
AstitvaAggarwal Dec 28, 2024
eb3bf92
Added test deps
AstitvaAggarwal Dec 28, 2024
20cb02b
reduce iterations from 1500 to 135 coz timeout
AstitvaAggarwal Dec 28, 2024
c093810
Update NN_SDE_tests.jl
AstitvaAggarwal Dec 28, 2024
ab2802a
temp
AstitvaAggarwal Jan 26, 2025
b64155a
Merge branch 'sdepinn' of https://github.com/AstitvaAggarwal/NeuralPD…
AstitvaAggarwal Feb 15, 2025
f369564
Merge branch 'SciML:master' into sdepinn
AstitvaAggarwal Feb 15, 2025
dc99422
update BPINN_PDE_tests.jl
AstitvaAggarwal Feb 15, 2025
4be45ce
update BPINN_PDE_tests.jl and PDE_BPINN.jl
AstitvaAggarwal Feb 15, 2025
f240c3a
update PDE_BPINN.jl & BPINN_PDE_tests.jl
AstitvaAggarwal Feb 15, 2025
aefd3ad
fixed tests, notes
AstitvaAggarwal Feb 15, 2025
30679d1
fix tests
AstitvaAggarwal Feb 15, 2025
5697a80
fix tests -2
AstitvaAggarwal Feb 16, 2025
507baf6
fix test - 2
AstitvaAggarwal Feb 16, 2025
0da4324
checking rng effects on test envs
AstitvaAggarwal Feb 16, 2025
1567d7f
corrected ensemble sol
AstitvaAggarwal Feb 16, 2025
e55fa93
relax tolerance
AstitvaAggarwal Feb 16, 2025
7e1624c
rm seed
AstitvaAggarwal Feb 17, 2025
39a958b
.
AstitvaAggarwal Feb 17, 2025
2478643
more samples
AstitvaAggarwal Feb 17, 2025
332a9fc
fix tests
AstitvaAggarwal Mar 6, 2025
556edae
Merge branch 'SciML:master' into sdepinn
AstitvaAggarwal Mar 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- QA
- ODEBPINN
- PDEBPINN
- NNSDE
- NNPDE1
- NNPDE2
- AdaptiveLoss
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- "QA"
- "ODEBPINN"
- "PDEBPINN"
- "NNSDE"
- "NNPDE1"
- "NNPDE2"
- "AdaptiveLoss"
Expand Down
Loading
Loading