Open agrawalraj opened 1 year ago
The event function in https://github.com/rtqichen/torchdiffeq allows users to model change in dynamics at certain instances in time (e.g., bouncing ball example). Currently, we do not support such dynamics in #137.
An example syntax for what this could look like, but certainly not attached.
@Hybridify(EventFn, StateTransformFn) def model(X, dX): ...
The event function in https://github.com/rtqichen/torchdiffeq allows users to model change in dynamics at certain instances in time (e.g., bouncing ball example). Currently, we do not support such dynamics in #137.