Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement aesara backend for right hand side function #34

Open
aseyboldt opened this issue Jul 4, 2022 · 0 comments
Open

Implement aesara backend for right hand side function #34

aseyboldt opened this issue Jul 4, 2022 · 0 comments

Comments

@aseyboldt
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant