1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
Shawn Xu 4fcd78ceb4 Simplify Probcut Bonus
Passed STC:
LLR: 2.99 (-2.94,2.94) <-1.75,0.25>
Total: 172288 W: 44656 L: 44580 D: 83052
Ptnml(0-2): 507, 20650, 43782, 20670, 535
https://tests.stockfishchess.org/tests/view/673b74f986d5ee47d953f1a3

Passed LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 94596 W: 24098 L: 23953 D: 46545
Ptnml(0-2): 57, 10322, 26393, 10471, 55
https://tests.stockfishchess.org/tests/view/673d191886d5ee47d953f337

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

Bench: 1031022
2024-11-22 23:31:34 +01:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Remove stale Cache::clear() method 2024-11-13 20:11:03 +01:00
syzygy Fixed non UCI compliance 2024-07-15 13:14:57 +02:00
benchmark.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
benchmark.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
bitboard.cpp Optimize magics 2024-10-12 16:30:44 +02:00
bitboard.h Optimize magics 2024-10-12 16:30:44 +02:00
engine.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
engine.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
evaluate.cpp Simplify big-net reevaluation 2024-11-13 20:35:02 +01:00
evaluate.h Update default main net to nn-1c0000000000.nnue 2024-11-13 20:35:02 +01:00
history.h Move history code to a separate header 2024-11-13 20:07:15 +01:00
main.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
Makefile Move history code to a separate header 2024-11-13 20:07:15 +01:00
memory.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
memory.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
misc.cpp Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
misc.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
movegen.cpp Remove QS_CHECKS movepick stage 2024-07-23 17:56:52 +02:00
movegen.h Remove QS_CHECKS movepick stage 2024-07-23 17:56:52 +02:00
movepick.cpp Move history code to a separate header 2024-11-13 20:07:15 +01:00
movepick.h Move history code to a separate header 2024-11-13 20:07:15 +01:00
numa.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
perft.h Restore NPS output for Perft 2024-04-24 18:20:55 +02:00
position.cpp Fix majorPieceKey Updates 2024-10-12 16:40:49 +02:00
position.h Introduce Various Correction histories 2024-09-17 21:01:43 +02: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 Simplify Probcut Bonus 2024-11-22 23:31:34 +01:00
search.h Move history code to a separate header 2024-11-13 20:07:15 +01:00
thread.cpp Replicate network weights only to used NUMA nodes 2024-08-03 09:41:37 +02:00
thread.h Replicate network weights only to used NUMA nodes 2024-08-03 09:41:37 +02:00
thread_win32_osx.h Refactor NativeThread start_routine 2024-01-21 12:21:01 +01:00
timeman.cpp Simplify tm, removing faster 1st move and 1.13 extraTime. 2024-06-01 20:12:36 +02:00
timeman.h Simplify tm, removing faster 1st move and 1.13 extraTime. 2024-06-01 20:12:36 +02:00
tt.cpp Cleanup TT::hashfull() 2024-11-13 20:06:49 +01:00
tt.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
tune.cpp Move options into the engine 2024-06-12 09:17:04 +02:00
tune.h Move options into the engine 2024-06-12 09:17:04 +02:00
types.h Remove QS_CHECKS movepick stage 2024-07-23 17:56:52 +02:00
uci.cpp Temporarily fix clang-format mismatch 2024-10-12 16:30:44 +02:00
uci.h Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02:00
ucioption.cpp Fixed non UCI compliance 2024-07-15 13:14:57 +02:00
ucioption.h Move options into the engine 2024-06-12 09:17:04 +02:00