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

improved BPINN solvers #905

Merged
merged 19 commits into from
Nov 5, 2024
Merged

Conversation

AstitvaAggarwal
Copy link
Contributor

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

substitute for PR #842

src/PDE_BPINN.jl Outdated

# Dict_differentials is filled with Differential operator => diff_i key-value pairs
# masking operation
eqs_new = substitute.(eqs, Ref(Dict_differentials))
Copy link
Member

Choose a reason for hiding this comment

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

use it via SymbolicUtils.substitute else qa tests will fail

@AstitvaAggarwal
Copy link
Contributor Author

Its finally ready to be merged, need a final review @avik-pal @ChrisRackauckas

@ChrisRackauckas ChrisRackauckas merged commit 6f4580f into SciML:master Nov 5, 2024
40 of 56 checks passed
@AstitvaAggarwal
Copy link
Contributor Author

Lets goo!

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.

3 participants