sunode icon indicating copy to clipboard operation
sunode copied to clipboard

Implement aesara backend for right hand side function

Open aseyboldt opened this issue 2 years ago • 0 comments

Currently the rhs function is defined using sympy and then compiled using numba. Now that aesara has a numba backend we can use aesara to compile this function instead, which should speed up the compilation of larger models a lot and also makes it easier to define the ODE, because we follow numpy more closely.

aseyboldt avatar Jul 04 '22 08:07 aseyboldt