easyAI icon indicating copy to clipboard operation
easyAI copied to clipboard

GPU

Open Shamba-gpu opened this issue 4 years ago • 1 comments

Is it possible to use GPU to increase AI's speed? Thank you.

Shamba-gpu avatar May 02 '20 01:05 Shamba-gpu

I've never tried. The last time time I attempted optimization, I got what I needed by writing the non-recursive version of negamax. For my particular project (Kalah Mancala), that improved things 800%.

Are you thinking of using numba? (https://github.com/numba/numba)

JohnAD avatar May 13 '20 19:05 JohnAD