google-research / torchsde

Differentiable SDE solvers with GPU support and efficient sensitivity analysis.
Apache License 2.0
1.52k stars 195 forks source link

Replace `trapezoidal_approx` with integrated Brownian bridge for speed #12

Closed lxuechen closed 3 years ago

lxuechen commented 3 years ago

Prototype here

patrick-kidger commented 3 years ago

Resolved in #19, as trapezoidal_approx no longer exists.