Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 2.52 KB

numerical_integrators.rst

File metadata and controls

43 lines (38 loc) · 2.52 KB

Numerical Integrators

BrainPy provides several methods for the numerical integration of Ordinary Differential Equations (ODEs) and Stochastic Differential Equations (SDEs).

Method keyword for use ODE SDE
Euler euler Y Y
ExponentialEuler exponential Y Y
MidPoint midpoint Y N
Heun heun Y Y
RK2 rk2 Y coming soon
RK3 rk3 Y coming soon
RK4 rk4 Y coming soon
RK4Alternative rk4_alternative Y N
MilsteinIto milstein_ito Y Y
MilsteinStra milstein_stra Y Y