1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Gahtan Nahdi 8e61d70499 Remove reduction increase on repetition
Passed non-reg STC:
https://tests.stockfishchess.org/tests/view/65f89ae30ec64f0526c4e0ff
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 173568 W: 45005 L: 44936 D: 83627
Ptnml(0-2): 684, 19878, 45628, 19873, 721

Passed non-reg LTC:
https://tests.stockfishchess.org/tests/view/65fa0f370ec64f0526c4f42d
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 21138 W: 5432 L: 5216 D: 10490
Ptnml(0-2): 13, 2107, 6112, 2325, 12

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

Bench: 2109005
2024-03-20 16:29:35 +01:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Base WDL model on material count and normalize evals dynamically 2024-03-20 16:29:35 +01:00
syzygy Remove global TB variables from search.cpp 2024-01-17 18:05:00 +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 Remove global TB variables from search.cpp 2024-01-17 18:05:00 +01:00
bitboard.h Assorted cleanups 2024-02-11 19:52:00 +01:00
evaluate.cpp Evaluation adjustment for different eval types 2024-03-20 16:29:35 +01:00
evaluate.h Evaluation adjustment for different eval types 2024-03-20 16:29:35 +01:00
main.cpp Refactor Network Usage 2024-03-12 16:41:08 +01:00
Makefile Fix header name in Makefile 2024-03-20 16:29:35 +01:00
misc.cpp Consistent use of anonymous namespace 2024-03-20 16:15:37 +01:00
misc.h Consistent use of anonymous namespace 2024-03-20 16:15:37 +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 Search + Eval + Movepick Tune 2024-03-12 16:47:11 +01:00
movepick.h Clamp history bonus to stats range 2024-03-20 16:14:00 +01:00
perft.h Move perft out of search 2024-01-26 20:52:26 +01:00
position.cpp Only evaluate the PSQT part of the small net for large evals. 2024-03-03 15:29:58 +01:00
position.h Assorted cleanups 2024-02-11 19:52:00 +01:00
search.cpp Remove reduction increase on repetition 2024-03-20 16:29:35 +01:00
search.h Make effort part of RootMove struct 2024-03-14 22:13:14 +01:00
thread.cpp Consistent use of anonymous namespace 2024-03-20 16:15:37 +01:00
thread.h Refactor Network Usage 2024-03-12 16:41:08 +01:00
thread_win32_osx.h Refactor NativeThread start_routine 2024-01-21 12:21:01 +01:00
timeman.cpp Sudden Death - Improve TM 2024-03-14 22:12:53 +01:00
timeman.h Refactor global variables 2024-01-13 19:40:53 +01:00
tt.cpp Consistent use of anonymous namespace 2024-03-20 16:15:37 +01:00
tt.h Document TT code more 2024-03-03 15:21:57 +01:00
tune.cpp Consistent use of anonymous namespace 2024-03-20 16:15:37 +01:00
tune.h Refactor global variables 2024-01-13 19:40:53 +01:00
types.h Improve thread voting inefficiencies 2024-02-11 19:55:26 +01:00
uci.cpp Base WDL model on material count and normalize evals dynamically 2024-03-20 16:29:35 +01:00
uci.h Base WDL model on material count and normalize evals dynamically 2024-03-20 16:29:35 +01:00
ucioption.cpp Move OnChange callback in Option ctors 2024-01-26 21:00:41 +01:00
ucioption.h Refactor global variables 2024-01-13 19:40:53 +01:00