1
0
Fork 0
stockfish/src
VoyagerOne 242a7d9fea Simplify MCP in QS
Simplify moveCount pruning in QS by removing depth dependency.

STC
LLR: 2.94 (-2.94,2.94) {-1.25,0.25}
Total: 42960 W: 4741 L: 4661 D: 33558
Ptnml(0-2): 218, 3574, 13804, 3678, 206
https://tests.stockfishchess.org/tests/view/5f42e3f75089a564a10d8493

LTC
LLR: 2.94 (-2.94,2.94) {-0.75,0.25}
Total: 66672 W: 3563 L: 3508 D: 59601
Ptnml(0-2): 71, 3064, 26996, 3149, 56
https://tests.stockfishchess.org/tests/view/5f4353285089a564a10d84d0

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

Bench: 4074430
2020-08-26 07:19:35 +02:00
..
nnue Remove EvalList 2020-08-26 07:11:26 +02:00
syzygy Add NNUE evaluation 2020-08-06 16:37:45 +02:00
Makefile Check ARCH=.... variable 2020-08-26 07:07:06 +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 Small trivial cleanups 2020-08-23 01:53:41 +02:00
evaluate.h Add NNUE evaluation 2020-08-06 16:37:45 +02:00
main.cpp Add NNUE evaluation 2020-08-06 16:37:45 +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 Small trivial cleanups 2020-08-23 01:53:41 +02:00
misc.h Small trivial cleanups 2020-08-23 01:53:41 +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 Simplify MCP in QS 2020-08-26 07:19:35 +02:00
search.h Add NNUE evaluation 2020-08-06 16:37:45 +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 Set Use NNUE by default to true 2020-08-20 21:14:32 +02:00