Replies: 1 comment
-
|
Yes. |
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.
-
Basically I have
x,y, andzvalues. You can supposex,yandzare real world data.xandyare points on the domain andzis the value of the desired function.I have written something like this:
observe_z = dde.icbc.PointSetBC(data_X, data_Z, component=0)and added the above line to
dde.data.pde(..., [bc, ic, observe_z],)Does this enforce
zvalues associated withxandyon the entire domain during training?Beta Was this translation helpful? Give feedback.
All reactions