]> git.sesse.net Git - stockfish/commit
Do more aggressive pruning for some node types
authorMichael Chaly <Vizvezdenec@gmail.com>
Thu, 2 Dec 2021 20:41:23 +0000 (23:41 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 3 Dec 2021 07:54:46 +0000 (08:54 +0100)
commite4b7403f127a36a35bbace9f833ab43babd98a6c
treea27331e5718135b668ac76b8b08aaf5aae271291
parentc9977aa0a89c83bf21651bffd3b6f10c344ccc46
Do more aggressive pruning for some node types

This patch allows more aggressive futility/see based pruning for PV nodes with low delta and non-pv nodes.

Fixes some white space issues.

Passed STC
https://tests.stockfishchess.org/tests/view/61a5ed33d16c530b5dcc27cc
LLR: 2.95 (-2.94,2.94) <0.00,2.50>
Total: 182088 W: 47121 L: 46584 D: 88383
Ptnml(0-2): 551, 20687, 48037, 21212, 557

Passed LTC
https://tests.stockfishchess.org/tests/view/61a74dfdbd5c4360bcded0ac
LLR: 2.94 (-2.94,2.94) <0.50,3.00>
Total: 87136 W: 22494 L: 22103 D: 42539
Ptnml(0-2): 38, 8918, 25272, 9295, 45

closes https://github.com/official-stockfish/Stockfish/pull/3828
closes https://github.com/official-stockfish/Stockfish/pull/3829

bench 4332259
src/misc.cpp
src/misc.h
src/search.cpp