https://github.com/vboussange/HighDimPDE.jl/blob/main/src/DeepSplitting.jl#L110
This is hardcoded to Euler-Maruyama. This could potentially be improved by making this use StochasticDiffEq to generalize the time stepping algorithms which could be used. It would be interesting research wise to just see whether a higher order method with a larger dt ends up being more efficient here.
https://github.com/vboussange/HighDimPDE.jl/blob/main/src/DeepSplitting.jl#L110
This is hardcoded to Euler-Maruyama. This could potentially be improved by making this use StochasticDiffEq to generalize the time stepping algorithms which could be used. It would be interesting research wise to just see whether a higher order method with a larger dt ends up being more efficient here.