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

Feature/Multi-fidelity PINNs #144

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

brunopjacob
Copy link
Collaborator

Implementation of multi-fidelity PINNs via stacking, as proposed in Howard et al., 2023.

Modifications are based on the creation of a MultiFidelityMLP class that inherits from Block, as well as modifications to the loss that require the creation of a custom loss for these types of networks (MultiFidelityLoss).

p.s.: this is still a draft. It will have companion tutorials, unit test updates and TLC on the docstrings.

@brunopjacob brunopjacob marked this pull request as draft April 12, 2024 01:03
@brunopjacob brunopjacob added the enhancement New feature or request label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant