mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Disable again null move at depth == OnePly
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -1282,7 +1282,7 @@ namespace {
|
||||
bool isCheck = pos.is_check();
|
||||
|
||||
bool useNullMove = ( allowNullmove
|
||||
//&& depth > OnePly
|
||||
&& depth > OnePly
|
||||
&& !isCheck
|
||||
&& !value_is_mate(beta)
|
||||
&& ok_to_do_nullmove(pos)
|
||||
|
||||
Reference in New Issue
Block a user