torchsde icon indicating copy to clipboard operation
torchsde copied to clipboard

Solver for "general"-type noise missing...

Open hanmingcr opened this issue 2 years ago • 0 comments

I was trying to use general noise with either sdeint or sdeint_adjoint. But I always get the error message below:

SDE has noise type general but solver only supports noise types ('additive', 'diagonal', 'scalar')

Would you mind implementing the corresponding solver?

Another question: what are the meanings of g_prod, gdg_prod and g_prod_and_gdg_prod?

Thanks

hanmingcr avatar Jun 28 '22 04:06 hanmingcr