You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: