1
0
Fork 0
stockfish/src
VoyagerOne 9b5b9ec9a6 QS Pruning Simplification
Remove depth dependence in QS pruning

STC:
LLR: 2.95 (-2.94,2.94) {-1.25,0.25}
Total: 40536 W: 4442 L: 4358 D: 31736
Ptnml(0-2): 209, 3330, 13118, 3390, 221
https://tests.stockfishchess.org/tests/view/5f49035b3def6407861152f9

LTC:
LLR: 2.95 (-2.94,2.94) {-0.75,0.25}
Total: 97104 W: 5164 L: 5130 D: 86810
Ptnml(0-2): 103, 4478, 39377, 4470, 124
https://tests.stockfishchess.org/tests/view/5f4939d53def640786115322

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

Bench: 3865238
2020-08-30 14:17:23 +02:00
..
incbin Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
nnue Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
syzygy Add NNUE evaluation 2020-08-06 16:37:45 +02:00
Makefile Cleaner make help 2020-08-30 14:03:02 +02:00
benchmark.cpp This commit enables a mixed bench, to improve CI and allow for PGO (profile-build) of the NNUE part of the code. 2020-08-11 08:17:03 +02:00
bitbase.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
bitboard.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
bitboard.h Small trivial cleanups 2020-08-23 01:53:41 +02:00
endgame.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
endgame.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
evaluate.cpp Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
evaluate.h Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
main.cpp Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
material.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
material.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
misc.cpp Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
misc.h Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
movegen.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
movegen.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
movepick.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
movepick.h Introduce movecount pruning for qsearch() 2020-08-23 23:27:03 +02:00
pawns.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
pawns.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
position.cpp Remove EvalList 2020-08-26 07:11:26 +02:00
position.h Remove EvalList 2020-08-26 07:11:26 +02:00
psqt.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
search.cpp QS Pruning Simplification 2020-08-30 14:17:23 +02:00
search.h Add / remove leaves from search tree ttPv 2020-08-30 14:13:16 +02:00
thread.cpp Fix a data race for NNUE 2020-08-09 23:51:07 +02:00
thread.h Fix a data race for NNUE 2020-08-09 23:51:07 +02:00
thread_win32_osx.h Explicitly rely on pthreads if possible 2020-08-22 11:00:45 +02:00
timeman.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
timeman.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
tt.cpp Allow TT entries with key16==0 to be fetched 2020-08-24 12:03:28 +02:00
tt.h Allow TT entries with key16==0 to be fetched 2020-08-24 12:03:28 +02:00
tune.cpp Add NNUE evaluation 2020-08-06 16:37:45 +02:00
tune.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
types.h Remove EvalList 2020-08-26 07:11:26 +02:00
uci.cpp Small trivial cleanups 2020-08-23 01:53:41 +02:00
uci.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
ucioption.cpp Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00