negamax-algorithm topic
List
negamax-algorithm repositories
minimax4j
27
Stars
7
Forks
Watchers
A generic JAVA implementation of the Minimax algorithm (and derivated...)
Batch-First
28
Stars
5
Forks
Watchers
A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.
Chess-World
33
Stars
21
Forks
Watchers
A simple chess game for comparing your moves with other chess engines
black_numba
15
Stars
0
Forks
Watchers
Python compiled with Numba (from 7300 to 1500000 nodes/second)