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

Solving for part of a PDE system. #731

Open
knuds opened this issue Sep 7, 2023 · 0 comments
Open

Solving for part of a PDE system. #731

knuds opened this issue Sep 7, 2023 · 0 comments

Comments

@knuds
Copy link

knuds commented Sep 7, 2023

If you have 2 or more functions as Neural nets, say f and g.
And they are coupled by a differential equation.
If we already idea how f should look like say we have a mock function f_m for f
I would like to:

  1. Train f to f_m.
  2. Solve/optimize the PDE for g, without updating f.
  3. Then solve/optimize the PDE for f, without updating g.

We need at way to tell the optimizer to not optimize on some functions.

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

No branches or pull requests

1 participant