GPU Support #228
Replies: 3 comments
-
Yes, it can! A |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried to put annotation @jit(nopython=True) to _evaluate function of the problem. However, I got the following error: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
this might be helpful: https://stackoverflow.com/questions/41769100/how-do-i-use-numba-on-a-member-function-of-a-class |
Beta Was this translation helpful? Give feedback.
-
Just out of curiosity , I wonder if pymoo gpu supported calculation feature can be added ?
Especially using numba library.
Perhaps parallelization or computations that require a long time can be handled faster in this way.
Beta Was this translation helpful? Give feedback.
All reactions