1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 12:09:14 +00:00
BadFish/src
FauziAkram 3372ee9c26 Remove threatenedByPawn term for queen threats
Passed STC:
https://tests.stockfishchess.org/tests/view/659d614c79aa8af82b9677d0
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 151776 W: 38690 L: 38597 D: 74489
Ptnml(0-2): 522, 17841, 39015, 18042, 468

Passed LTC:
https://tests.stockfishchess.org/tests/view/659d94d379aa8af82b967cb2
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 91908 W: 23075 L: 22924 D: 45909
Ptnml(0-2): 70, 10311, 25037, 10470, 66

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

Bench: 1266493
2024-01-13 19:40:53 +01:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Refactor global variables 2024-01-13 19:40:53 +01:00
syzygy Refactor global variables 2024-01-13 19:40:53 +01:00
benchmark.cpp Update copyright year 2024-01-04 15:47:10 +01:00
benchmark.h Update copyright year 2024-01-04 15:47:10 +01:00
bitboard.cpp Update copyright year 2024-01-04 15:47:10 +01:00
bitboard.h Update copyright year 2024-01-04 15:47:10 +01:00
evaluate.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
evaluate.h Refactor global variables 2024-01-13 19:40:53 +01:00
main.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
Makefile Refactor global variables 2024-01-13 19:40:53 +01:00
misc.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
misc.h Refactor global variables 2024-01-13 19:40:53 +01:00
movegen.cpp Change the Move enum to a class 2024-01-04 15:51:04 +01:00
movegen.h Change the Move enum to a class 2024-01-04 15:51:04 +01:00
movepick.cpp Remove threatenedByPawn term for queen threats 2024-01-13 19:40:53 +01:00
movepick.h Introduce BAD_QUIET movepicker stage 2024-01-07 13:41:50 +01:00
position.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
position.h Refactor global variables 2024-01-13 19:40:53 +01:00
search.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
search.h Refactor global variables 2024-01-13 19:40:53 +01:00
thread.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
thread.h Refactor global variables 2024-01-13 19:40:53 +01:00
thread_win32_osx.h Refactor global variables 2024-01-13 19:40:53 +01:00
timeman.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
timeman.h Refactor global variables 2024-01-13 19:40:53 +01:00
tt.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
tt.h Refactor global variables 2024-01-13 19:40:53 +01:00
tune.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
tune.h Refactor global variables 2024-01-13 19:40:53 +01:00
types.h Remove unneeded operator overload macros 2024-01-07 13:37:12 +01:00
uci.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
uci.h Refactor global variables 2024-01-13 19:40:53 +01:00
ucioption.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
ucioption.h Refactor global variables 2024-01-13 19:40:53 +01:00