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

Solvers for multiple models #133

Merged
merged 4 commits into from
Jun 28, 2023
Merged

Conversation

dario-coscia
Copy link
Collaborator

  • Implementing the possibility to add multiple models for solvers (e.g. GAN)
  • Implementing GAROM solver, see https://arxiv.org/abs/2305.15881
  • Implementing tests for GAROM solver (cpu only)
  • Fixing docs PINNs
  • Creating a solver directory, for consistency in the package

Solving #116 .

- Implementing the possibility to add multiple models for solvers (e.g. GAN)
- Implementing GAROM solver, see https://arxiv.org/abs/2305.15881
- Implementing tests for GAROM solver (cpu only)
- Fixing docs PINNs
- Creating a solver directory, for consistency in the package
@dario-coscia dario-coscia requested a review from ndem0 June 22, 2023 12:29
@dario-coscia dario-coscia requested a review from ndem0 June 23, 2023 10:41
@dario-coscia
Copy link
Collaborator Author

From my side it can be merged. I will make multiple solvers later (e.g. self adaptive PINN, PIDGAN) where multiple solvers are needed.

@dario-coscia
Copy link
Collaborator Author

@ndem0 loss in the init fixed.

@ndem0 ndem0 merged commit c7574d2 into mathLab:v0.1 Jun 28, 2023
@dario-coscia dario-coscia deleted the solver_interface branch June 28, 2023 16:32
ndem0 pushed a commit that referenced this pull request Jul 27, 2023
* Solvers for multiple models
- Implementing the possibility to add multiple models for solvers (e.g. GAN)
- Implementing GAROM solver, see https://arxiv.org/abs/2305.15881
- Implementing tests for GAROM solver (cpu only)
- Fixing docs PINNs
- Creating a solver directory, for consistency in the package


---------

Co-authored-by: Dario Coscia <[email protected]>
ndem0 pushed a commit that referenced this pull request Nov 17, 2023
* Solvers for multiple models
- Implementing the possibility to add multiple models for solvers (e.g. GAN)
- Implementing GAROM solver, see https://arxiv.org/abs/2305.15881
- Implementing tests for GAROM solver (cpu only)
- Fixing docs PINNs
- Creating a solver directory, for consistency in the package


---------

Co-authored-by: Dario Coscia <[email protected]>
dario-coscia added a commit that referenced this pull request Mar 12, 2025
* Solvers for multiple models
- Implementing the possibility to add multiple models for solvers (e.g. GAN)
- Implementing GAROM solver, see https://arxiv.org/abs/2305.15881
- Implementing tests for GAROM solver (cpu only)
- Fixing docs PINNs
- Creating a solver directory, for consistency in the package


---------

Co-authored-by: Dario Coscia <[email protected]>
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