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
To be able to couple "any" model, the CNODE structure needs to go to one level of abstraction beyond:
the 'communication' between the models has to be transformed into a modular element that the user can control, not taken for granted as in the current implementation.
At the same time CNODE can also be enhanced by allowing the user to explicitly define some differentiable operations that need to be done before computing the force, and example of which is the interpolation on different grids.
In brief:
accept explicit pre/post-force computation operation from the user
design 'communication' operations between models
The text was updated successfully, but these errors were encountered:
To be able to couple "any" model, the
CNODE
structure needs to go to one level of abstraction beyond:the 'communication' between the models has to be transformed into a modular element that the user can control, not taken for granted as in the current implementation.
At the same time
CNODE
can also be enhanced by allowing the user to explicitly define some differentiable operations that need to be done before computing the force, and example of which is the interpolation on different grids.In brief:
The text was updated successfully, but these errors were encountered: