Replies: 2 comments
-
|
Is using the anchors function the way to go for sampling specific points in geomtime domain? for example: And I define the data for PINN as follows where I anchor the input : Please let me know if this approach is correct :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Is gridded sampling possible in DeepXDE? I checked the source code and I could find only the following samplers:
"pseudorandom", "LHS", "Halton", "Hammersley", "Sobol"
In any case that it is possible, can we set the distancing of sampling in spatial domain to be more dense than temporal domain?
In case it is not available yet, how do we add gridded sampling in DeepXDE?
Also, is it possible to give more weightage to spatial sampling than temporal sampling in the current version?
Any help is greatly appreciated, thank you :)
Beta Was this translation helpful? Give feedback.
All reactions