1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 17:19:36 +00:00
BadFish/src
candirufish 00297cfef0 Use qsearch on step 11 if depth is equal to or below 0
larger reduction of depth if no TT entry is found, and go in qsearch as needed.

stc:
https://tests.stockfishchess.org/tests/view/629dfacd593a4a9b6482db72
LLR: 2.93 (-2.94,2.94) <0.00,2.50>
Total: 31920 W: 8591 L: 8322 D: 15007
Ptnml(0-2): 127, 3551, 8376, 3738, 168

ltc:
https://tests.stockfishchess.org/tests/view/629e304e593a4a9b6482e451
LLR: 2.95 (-2.94,2.94) <0.50,3.00>
Total: 17488 W: 4842 L: 4614 D: 8032
Ptnml(0-2): 13, 1670, 5151, 1896, 14

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

Bench: 5870283
2022-06-07 08:34:14 +02:00
..
incbin Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
nnue Blend nnue complexity with classical. 2022-06-02 07:47:23 +02:00
syzygy Assorted small cleanups 2022-05-29 18:42:48 +02:00
benchmark.cpp Tune FRC trapped Bishop patch 2022-01-09 15:49:19 +01:00
bitbase.cpp Update copyright years 2022-01-06 15:45:45 +01:00
bitboard.cpp Update copyright years 2022-01-06 15:45:45 +01:00
bitboard.h Update copyright years 2022-01-06 15:45:45 +01:00
endgame.cpp Update copyright years 2022-01-06 15:45:45 +01:00
endgame.h Update copyright years 2022-01-06 15:45:45 +01:00
evaluate.cpp Blend nnue complexity with classical. 2022-06-02 07:47:23 +02:00
evaluate.h Blend nnue complexity with classical. 2022-06-02 07:47:23 +02:00
main.cpp Update copyright years 2022-01-06 15:45:45 +01:00
Makefile Improve handling of variables set in the make environment 2022-05-29 19:04:25 +02:00
material.cpp Update copyright years 2022-01-06 15:45:45 +01:00
material.h Update copyright years 2022-01-06 15:45:45 +01:00
misc.cpp Restore development version 2022-04-18 23:05:24 +02:00
misc.h Minor cleanups 2022-04-01 10:55:11 +02:00
movegen.cpp Update copyright years 2022-01-06 15:45:45 +01:00
movegen.h Update copyright years 2022-01-06 15:45:45 +01:00
movepick.cpp Minor cleanups 2022-04-01 10:55:11 +02:00
movepick.h Add info about elo gained from some heuristics 2022-06-02 07:43:14 +02:00
pawns.cpp Tuning classical and NNUE scaling terms 2022-04-16 08:41:51 +02:00
pawns.h Update copyright years 2022-01-06 15:45:45 +01:00
position.cpp Update copyright years 2022-01-06 15:45:45 +01:00
position.h Minor cleanups 2022-04-01 10:55:11 +02:00
psqt.cpp Update copyright years 2022-01-06 15:45:45 +01:00
psqt.h Update copyright years 2022-01-06 15:45:45 +01:00
search.cpp Use qsearch on step 11 if depth is equal to or below 0 2022-06-07 08:34:14 +02:00
search.h Assorted small cleanups 2022-05-29 18:42:48 +02:00
simd.h Update copyright years 2022-01-06 15:45:45 +01:00
thread.cpp SE depth scaling using the previous depth 2022-05-14 13:17:35 +02:00
thread.h SE depth scaling using the previous depth 2022-05-14 13:17:35 +02:00
thread_win32_osx.h Update copyright years 2022-01-06 15:45:45 +01:00
timeman.cpp Update copyright years 2022-01-06 15:45:45 +01:00
timeman.h Update copyright years 2022-01-06 15:45:45 +01:00
tt.cpp Update copyright years 2022-01-06 15:45:45 +01:00
tt.h Update copyright years 2022-01-06 15:45:45 +01:00
tune.cpp Update copyright years 2022-01-06 15:45:45 +01:00
tune.h Update copyright years 2022-01-06 15:45:45 +01:00
types.h Assorted small cleanups 2022-05-29 18:42:48 +02:00
uci.cpp Wording of help output and comments. 2022-06-07 08:30:07 +02:00
uci.h Wording of help output and comments. 2022-06-07 08:30:07 +02:00
ucioption.cpp Update copyright years 2022-01-06 15:45:45 +01:00