SciML / DiffEqNoiseProcess.jl

A library of noise processes for stochastic systems like stochastic differential equations (SDEs) and other systems that are present in scientific machine learning (SciML)
https://docs.sciml.ai/DiffEqNoiseProcess/stable/
Other
63 stars 29 forks source link

Reset noisefunction #114

Closed rmsrosa closed 2 years ago

rmsrosa commented 2 years ago

This adds a field t0 to NoiseFunction and adds a proper dispatch of reinit!. This should close #113

(And I am sneaking ignoring vscode stuff into .gitignore)