avik-pal / StochasticDelayDiffEq.jl

Stochastic delay differential equations (SDDE) solvers for the SciML scientific machine learning ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StochasticDelayDiffEq.jl

Build Status codecov Coverage Status

StochasticDelayDiffEq.jl is a component package in the DifferentialEquations ecosystem. It holds the stochastic delay differential equation solvers and utilities. It is built on top of StochasticDiffEq to extend those solvers for stochastic delay differential equations. While completely independent and usable on its own, users interested in using this functionality should check out DifferentialEquations.jl (documentation coming soon).

API

StochasticDelayDiffEq.jl is part of the JuliaDiffEq common interface, but can be used independently of DifferentialEquations.jl. The only requirement is that the user passes a StochasticDiffEq.jl algorithm to solve.

Both constant and state-dependent lags are supported. Interfacing with StochasticDiffEq.jl for implicit methods for stiff equations is not yet supported, but it is coming soon.

Available Solvers

For the list of available solvers, please refer to the DifferentialEquations.jl SDE Solvers page. For options for the solve command, see the common solver options page.

About

Stochastic delay differential equations (SDDE) solvers for the SciML scientific machine learning ecosystem

License:MIT License


Languages

Language:Julia 100.0%