1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 12:09:14 +00:00
BadFish/src
FauziAkram 7a8bcfc229 Remove cutNode condition
cutNode condition seems to be irrelevant.

Passed STC:
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 24224 W: 6206 L: 5970 D: 12048
Ptnml(0-2): 69, 2818, 6122, 3014, 89
https://tests.stockfishchess.org/tests/view/65686910136acbc5735529ec

Passed LTC:
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 236538 W: 58624 L: 58622 D: 119292
Ptnml(0-2): 136, 26955, 64091, 26945, 142
https://tests.stockfishchess.org/tests/view/6568925a136acbc573552d8f

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

Bench: 1244386
2023-12-04 11:33:58 +01:00
..
incbin Change mode of incbin.h 2023-03-14 08:23:50 +01:00
nnue Cleanup comments and some code reorg. 2023-10-24 17:43:05 +02:00
syzygy remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
benchmark.cpp remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
benchmark.h add clang-format 2023-10-22 16:06:27 +02:00
bitboard.cpp remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
bitboard.h Small formatting improvements 2023-10-24 17:42:13 +02:00
evaluate.cpp Rewarding Quiet Moves that Enable Razoring 2023-10-27 17:32:19 +02:00
evaluate.h add clang-format 2023-10-22 16:06:27 +02:00
main.cpp add clang-format 2023-10-22 16:06:27 +02:00
Makefile Follow up Makefile changes for clang-format 2023-10-23 20:39:48 +02:00
misc.cpp Reformat some comments 2023-11-20 19:10:38 +01:00
misc.h remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
movegen.cpp Simplify promotion move generation 2023-12-02 11:38:18 +01:00
movegen.h add clang-format 2023-10-22 16:06:27 +02:00
movepick.cpp Remove recaptures stage in qsearch 2023-12-02 11:45:38 +01:00
movepick.h Remove recaptures stage in qsearch 2023-12-02 11:45:38 +01:00
position.cpp Reformat some comments 2023-11-20 19:10:38 +01:00
position.h Introduce pawn structure based history 2023-10-27 17:24:25 +02:00
search.cpp Remove cutNode condition 2023-12-04 11:33:58 +01:00
search.h remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
thread.cpp Introduce pawn structure based history 2023-10-27 17:24:25 +02:00
thread.h remove outdated comment 2023-10-27 18:35:52 +02:00
thread_win32_osx.h add clang-format 2023-10-22 16:06:27 +02:00
timeman.cpp Time management improvements 2023-10-23 20:39:48 +02:00
timeman.h remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
tt.cpp remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
tt.h remove blank line between function and it's description 2023-10-23 20:39:48 +02:00
tune.cpp add clang-format 2023-10-22 16:06:27 +02:00
tune.h add clang-format 2023-10-22 16:06:27 +02:00
types.h Remove recaptures stage in qsearch 2023-12-02 11:45:38 +01:00
uci.cpp Reformat some comments 2023-11-20 19:10:38 +01:00
uci.h Reformat some comments 2023-11-20 19:10:38 +01:00
ucioption.cpp remove blank line between function and it's description 2023-10-23 20:39:48 +02:00