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

Port DeepBSDE and DeepBSDEHan from NerualPDE #68

Merged
merged 33 commits into from
Jan 19, 2024

Conversation

ashutosh-b-b
Copy link
Contributor

  • Ports DeepBSDE and DeepBSDEHan from NeuralPDE
  • Updates tests and fix bugs. Make compatible with julia 1.9
  • Fix existing tests

@ChrisRackauckas
Copy link
Member

Do we still need TerminalPDEProblem when there's PIDEProblem? You're just giving a terminal condition and don't support the integral term, right?

@ashutosh-b-b
Copy link
Contributor Author

Do we still need TerminalPDEProblem when there's PIDEProblem? You're just giving a terminal condition and don't support the integral term, right?

Yes, we can just use the PIDEProblem. fixed that in : 211c120

@ChrisRackauckas
Copy link
Member

Resolve conflict and I think this is good.

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

Attention: 101 lines in your changes are missing coverage. Please review.

Comparison is base (ad2410d) 54.81% compared to head (b2ab323) 77.75%.

Files Patch % Lines
src/DeepBSDE_Han.jl 38.94% 58 Missing ⚠️
src/DeepBSDE.jl 56.32% 38 Missing ⚠️
src/HighDimPDE.jl 80.00% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #68       +/-   ##
===========================================
+ Coverage   54.81%   77.75%   +22.94%     
===========================================
  Files           6        7        +1     
  Lines         436      580      +144     
===========================================
+ Hits          239      451      +212     
+ Misses        197      129       -68     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -28,4 +33,4 @@ Functors = "0.2, 0.3, 0.4"
Reexport = "1"
Statistics = "1"
Zygote = "0.6"
julia = "1.6,1.7"
julia = "1.8, 1.9"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should just be a lower bound. It can be bumped to v1.10

@ChrisRackauckas ChrisRackauckas merged commit b3e2651 into SciML:main Jan 19, 2024
4 of 6 checks passed
@ChrisRackauckas
Copy link
Member

@ArnoStrouwen can you do your pass on this library? The CI, version bounds, etc. need a full assessment here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants