1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
FauziAkram d1a71fdaa7 Functional simplification in the transposition table
Passed STC:
LLR: 2.98 (-2.94,2.94) <-1.75,0.25>
Total: 154848 W: 39838 L: 39750 D: 75260
Ptnml(0-2): 404, 16214, 44087, 16328, 391
https://tests.stockfishchess.org/tests/view/664892b088b8c6a2bbe430fc

Passed LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 68172 W: 17296 L: 17137 D: 33739
Ptnml(0-2): 23, 6349, 21185, 6504, 25
https://tests.stockfishchess.org/tests/view/6648aabfa0781149e383e526

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

Bench: 1623228
2024-05-30 22:53:20 +02:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00
syzygy Remove global TB variables from search.cpp 2024-01-17 18:05:00 +01:00
benchmark.cpp Restore NPS output for Perft 2024-04-24 18:20:55 +02:00
benchmark.h Restore NPS output for Perft 2024-04-24 18:20:55 +02:00
bitboard.cpp Early Exit in Bitboards::sliding_attack() 2024-05-18 09:24:23 +02:00
bitboard.h Assorted cleanups 2024-02-11 19:52:00 +01:00
engine.cpp Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00
engine.h Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00
evaluate.cpp Simplify blending eval with nnue complexity 2024-05-30 14:18:39 +02:00
evaluate.h Update default main net to nn-ddcfb9224cdb.nnue 2024-05-30 14:28:07 +02:00
main.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
Makefile Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00
misc.cpp Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00
misc.h Fix MSVC NUMA compile issues 2024-05-29 19:00:37 +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 Remove Queen threatenedByMinor 2024-05-30 14:21:28 +02:00
movepick.h Add cmath header to movepick.h 2024-03-20 16:36:18 +01:00
numa.h Fix MSVC NUMA compile issues 2024-05-29 19:00:37 +02:00
perft.h Restore NPS output for Perft 2024-04-24 18:20:55 +02:00
position.cpp Remove PSQT-only mode 2024-05-05 12:36:20 +02:00
position.h Assorted cleanups 2024-02-11 19:52:00 +01:00
score.cpp Fix wrong sign for 200 TB score 2024-04-13 22:05:19 +02:00
score.h Fix wrong sign for 200 TB score 2024-04-13 22:05:19 +02:00
search.cpp Add extension condition to cutoffCnt 2024-05-30 14:34:24 +02:00
search.h Add compensation factor to adjust extra time according to time control 2024-05-29 19:04:57 +02:00
thread.cpp Add compensation factor to adjust extra time according to time control 2024-05-29 19:04:57 +02:00
thread.h Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00
thread_win32_osx.h Refactor NativeThread start_routine 2024-01-21 12:21:01 +01:00
timeman.cpp Add compensation factor to adjust extra time according to time control 2024-05-29 19:04:57 +02:00
timeman.h Add compensation factor to adjust extra time according to time control 2024-05-29 19:04:57 +02:00
tt.cpp Functional simplification in the transposition table 2024-05-30 22:53:20 +02:00
tt.h Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00
tune.cpp Use same shuffling Constant for both nets 2024-05-21 08:27:16 +02:00
tune.h Split UCI into UCIEngine and Engine 2024-04-04 00:15:17 +02:00
types.h Improve comments about DEPTH constants 2024-05-23 21:29:11 +02:00
uci.cpp Tweak and update the WDL model 2024-05-30 14:29:31 +02:00
uci.h Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00
ucioption.cpp Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00
ucioption.h Improve performance on NUMA systems 2024-05-28 18:34:15 +02:00