-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
ashutosh-b-b
commented
Oct 7, 2023
- Ports DeepBSDE and DeepBSDEHan from NeuralPDE
- Updates tests and fix bugs. Make compatible with julia 1.9
- Fix existing tests
…PDEProblem and abstract Sampling, still running into a bug with NNPDENS
Do we still need TerminalPDEProblem when there's PIDEProblem? You're just giving a terminal condition and don't support the integral term, right? |
add a try catch because `f` is interpreted differently for DeepBSDE and DeepSplitting
Yes, we can just use the PIDEProblem. fixed that in : 211c120 |
Resolve conflict and I think this is good. |
Codecov ReportAttention:
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. |
@@ -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" |
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.
this should just be a lower bound. It can be bumped to v1.10
@ArnoStrouwen can you do your pass on this library? The CI, version bounds, etc. need a full assessment here. |