You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically I have x, y, and z values. You can suppose x, y and z are real world data. x and y are points on the domain and z is 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 z values associated with x and y on the entire domain during training?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Basically I have
x
,y
, andz
values. You can supposex
,y
andz
are real world data.x
andy
are points on the domain andz
is 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
z
values associated withx
andy
on the entire domain during training?Beta Was this translation helpful? Give feedback.
All reactions