mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Revert "Temporary change MAX_PLY to 8"
bench: 7694316
This commit is contained in:
parent
089814db83
commit
3fbe5ed06f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ typedef uint64_t Key;
|
|||
typedef uint64_t Bitboard;
|
||||
|
||||
const int MAX_MOVES = 256;
|
||||
const int MAX_PLY = 8;
|
||||
const int MAX_PLY = 128;
|
||||
|
||||
/// A move needs 16 bits to be stored
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue