1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

Temporary change MAX_PLY to 8

For testing purposes. It will be revert
after crash test.

bench: 157558
This commit is contained in:
Marco Costalba 2014-11-17 10:05:58 +01:00
parent 5eee4d42ef
commit 089814db83

View file

@ -96,7 +96,7 @@ typedef uint64_t Key;
typedef uint64_t Bitboard;
const int MAX_MOVES = 256;
const int MAX_PLY = 128;
const int MAX_PLY = 8;
/// A move needs 16 bits to be stored
///