1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-06-28 00:19:50 +00:00
BadFish/src
Daniel Monroe fb6be17ad4 Simplify statscore at captures
Simplify statscores for captures, setting them to 0

A recent tweak of Vizvezdenec finds substantial elo gain from giving
captures a separate statscore, which is used mainly for reductions. The
idea is that the old combination of quiet histories was inappropriate
and that a value based on the capture history is more suitable. This
simplification sets the statscore for captures to 0, suggesting that the
elo gain came from rectifying the quiet history/capture mismatch.

Passed STC (against a slightly older version of Viz's patch)
https://tests.stockfishchess.org/tests/view/673ac6e286d5ee47d953f0ec
LR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 57312 W: 14872 L: 14672 D: 27768
Ptnml(0-2): 152, 6761, 14649, 6923, 171

Passed LTC (against Viz's newest patch)
https://tests.stockfishchess.org/tests/view/673cd00686d5ee47d953f2db
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 88236 W: 22510 L: 22358 D: 43368
Ptnml(0-2): 70, 9530, 24745, 9724, 49

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

Bench: 959947
2024-11-22 23:34:15 +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 statscore at captures 2024-11-22 23:34:15 +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