mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +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:
parent
5eee4d42ef
commit
089814db83
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ typedef uint64_t Key;
|
||||||
typedef uint64_t Bitboard;
|
typedef uint64_t Bitboard;
|
||||||
|
|
||||||
const int MAX_MOVES = 256;
|
const int MAX_MOVES = 256;
|
||||||
const int MAX_PLY = 128;
|
const int MAX_PLY = 8;
|
||||||
|
|
||||||
/// A move needs 16 bits to be stored
|
/// A move needs 16 bits to be stored
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Reference in a new issue