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

Questions about using numba to speed up evaluation functions #48

Open
ZhichaoGu opened this issue Dec 2, 2023 · 1 comment
Open

Questions about using numba to speed up evaluation functions #48

ZhichaoGu opened this issue Dec 2, 2023 · 1 comment

Comments

@ZhichaoGu
Copy link

I see that you are using JIT of the numba library to speed up the evaluation function in your example, but when I used it, I found that numba does not seem to recognize those custom classes, so an error will be reported directly when using JIT. Is there any good solution to this situation?

@ShuhuaGao
Copy link
Owner

The usage of numba is quite limited. It simply cannot accelerate everything. Please check the doc of numba. It has nothing to do with geppy.

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

2 participants