1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
FauziAkram 249eec6715 Simplify the depth-dependent part of the best value adjustment formula in main search
Passed STC:
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 139648 W: 36171 L: 36061 D: 67416
Ptnml(0-2): 545, 16685, 35282, 16739, 573
https://tests.stockfishchess.org/tests/view/660d953b8ff4a059828d625d

Passed LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 222894 W: 56519 L: 56505 D: 109870
Ptnml(0-2): 112, 25145, 60971, 25055, 164
https://tests.stockfishchess.org/tests/view/660fd4afbfeb43334bf7d558

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

bench: 1479416
2024-04-11 22:47:40 +02:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Avoid permuting inputs during transform() 2024-04-11 22:38:38 +02: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
engine.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
engine.h Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
evaluate.cpp Split UCI into UCIEngine and Engine 2024-04-04 00:15:17 +02:00
evaluate.h VVLTC search tune 2024-04-11 22:23:52 +02:00
main.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
Makefile Remove COMPILER from Makefile 2024-04-11 22:41:35 +02:00
misc.cpp Split UCI into UCIEngine and Engine 2024-04-04 00:15:17 +02:00
misc.h Split UCI into UCIEngine and Engine 2024-04-04 00:15:17 +02: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 Add cmath header to movepick.h 2024-03-20 16:36:18 +01:00
perft.h Split UCI into UCIEngine and Engine 2024-04-04 00:15:17 +02:00
position.cpp Split UCI into UCIEngine and Engine 2024-04-04 00:15:17 +02:00
position.h Assorted cleanups 2024-02-11 19:52:00 +01:00
score.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
score.h Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
search.cpp Simplify the depth-dependent part of the best value adjustment formula in main search 2024-04-11 22:47:40 +02:00
search.h Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
thread.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
thread.h Transform search output to engine callbacks 2024-04-05 21:03:58 +02: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 Split UCI into UCIEngine and Engine 2024-04-04 00:15:17 +02:00
types.h Improve thread voting inefficiencies 2024-02-11 19:55:26 +01:00
uci.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
uci.h Transform search output to engine callbacks 2024-04-05 21:03:58 +02: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