SciML / StochasticDiffEq.jl

Solvers for stochastic differential equations which connect with the scientific machine learning (SciML) ecosystem
Other
245 stars 66 forks source link

Use copy for noise #509

Closed rmsrosa closed 1 year ago

rmsrosa commented 1 year ago

This uses copy and copy! from the new PR https://github.com/SciML/DiffEqNoiseProcess.jl/pull/127 instead of deepcopy, when solving an AbstractRODEProblem.