Batch-First icon indicating copy to clipboard operation
Batch-First copied to clipboard

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.

Results 1 Batch-First issues
Sort by recently updated
recently updated
newest added

Hello, I am interested in using a JavaScript version of Batch First in my project https://www.apronus.com/chess/puzzles/ I currently use Garbochess which is weak in the endgame. I'd like to run...