Replies: 1 comment 2 replies
-
Cool use case!
Sounds like a good case for
Yes, just pass a list of arrays for |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We would like to derive PDE equations from a particle simulation. Our 2D system (PDEs, an active nematic system like liquid crystal) is sensitive to (x,y) coordinate, and in principal, the output equations should be symmetric in x and y. For instance, the velocity is an vector in the form of (vx, vy), and I separate it into 2 equations in a bid to reduce to scaler form (not sure if this is the best way actually). Thus, the two equations of vx and vy should have the same (number of) terms with symmetry in x and y, which is not enforced now.
However, when generating training set from a particle simulation, there may be bias in x or y direction due to random initial condition and the output is not symmetric for vx and vy. I would appreciate it so much if anyone could give suggestions! Is it possible to fed the algorithm with multi training set to avoid this bias?
Beta Was this translation helpful? Give feedback.
All reactions