Bertinus / FLeCS

Flexible and Learnable Cell Simulator
MIT License
8 stars 1 forks source link

Add SDE trajectories #32

Closed Bertinus closed 1 year ago

Bertinus commented 1 year ago

Use this library: https://github.com/google-research/torchsde

Bertinus commented 1 year ago

Torch SDE only supports Wiener process (i.e. gaussian diffusion), which is not directly compatible with our production rate / decay rate framework.

Leave this task for future versions of FleCS.