1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
FauziAkram 9a21e3e996 Simplify bestvalue formula
Passed STC:
LLR: 2.97 (-2.94,2.94) <-1.75,0.25>
Total: 163680 W: 42689 L: 42605 D: 78386
Ptnml(0-2): 619, 19555, 41386, 19683, 597
https://tests.stockfishchess.org/tests/view/66f9451386d5ee47d953b7d9

Passed LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 96498 W: 24582 L: 24438 D: 47478
Ptnml(0-2): 62, 10642, 26718, 10744, 83
https://tests.stockfishchess.org/tests/view/66fd765786d5ee47d953ba1c

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

Bench: 1309815
2024-10-12 16:30:44 +02:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02: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 Introduce Various Correction histories 2024-09-17 21:01:43 +02:00
bitboard.h Assorted cleanups 2024-02-11 19:52:00 +01: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 evaluation scaling 2024-10-12 16:30:44 +02:00
evaluate.h Update default main net to nn-1111cefa1111.nnue 2024-08-20 20:59:36 +02:00
main.cpp Transform search output to engine callbacks 2024-04-05 21:03:58 +02:00
Makefile Fix native arch builds on loongarch64 2024-09-28 17:12:12 +02: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 Refactor root history into low ply history 2024-10-04 08:32:21 +02:00
movepick.h Introduce Continuation Correction History 2024-10-12 16:30:44 +02: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 Introduce Various Correction histories 2024-09-17 21:01:43 +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 bestvalue formula 2024-10-12 16:30:44 +02:00
search.h Introduce Continuation Correction History 2024-10-12 16:30:44 +02: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 Add a standardized benchmark command speedtest. 2024-09-28 18:01:26 +02: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