easyAI
easyAI copied to clipboard
GPU
Is it possible to use GPU to increase AI's speed? Thank you.
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)