1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00
BadFish/src
FauziAkram 9739ed7a97 Simplify pawn count in evaluation
This simplifies the evaluation by removing the unnecessary pawn count term when
combining nnue and optimism values.

Passed STC
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 61472 W: 15748 L: 15554 D: 30170
Ptnml(0-2): 191, 7123, 15933, 7279, 210
https://tests.stockfishchess.org/tests/view/650c34cf7ca0d3f7bbf264ff

Passed LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 81264 W: 20657 L: 20500 D: 40107
Ptnml(0-2): 30, 8713, 22997, 8854, 38
https://tests.stockfishchess.org/tests/view/650cc30efb151d43ae6d5987

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

Bench: 1530568
2023-09-29 22:12:46 +02:00
..
incbin Change mode of incbin.h 2023-03-14 08:23:50 +01:00
nnue Update NNUE architecture to SFNNv8: L1-2560 nn-ac1dbea57aa3.nnue 2023-09-22 19:26:16 +02:00
syzygy Make casting styles consistent 2023-09-22 19:14:29 +02:00
benchmark.cpp Avoid "using namespace std" 2023-09-11 22:07:55 +02:00
benchmark.h Warn if a global function has no previous declaration 2023-01-09 20:18:39 +01:00
bitboard.cpp Cleanup includes 2023-09-03 08:24:51 +02:00
bitboard.h Make casting styles consistent 2023-09-22 19:14:29 +02:00
evaluate.cpp Simplify pawn count in evaluation 2023-09-29 22:12:46 +02:00
evaluate.h Update NNUE architecture to SFNNv8: L1-2560 nn-ac1dbea57aa3.nnue 2023-09-22 19:26:16 +02:00
main.cpp Cleanup includes 2023-09-03 08:24:51 +02:00
Makefile Increment minor section number from 3.7.1 to 3.8.1. 2023-09-29 22:07:10 +02:00
misc.cpp Make casting styles consistent 2023-09-22 19:14:29 +02:00
misc.h Make casting styles consistent 2023-09-22 19:14:29 +02:00
movegen.cpp Make casting styles consistent 2023-09-22 19:14:29 +02:00
movegen.h Let CI check C++ includes 2023-09-22 19:12:53 +02:00
movepick.cpp Cleanup includes 2023-09-03 08:24:51 +02:00
movepick.h Cleanup includes 2023-09-03 08:24:51 +02:00
position.cpp Simplify slider_blocker calculation 2023-09-03 08:57:43 +02:00
position.h Simplify slider_blocker calculation 2023-09-03 08:57:43 +02:00
search.cpp Remove VALUE_KNOWN_WIN. 2023-09-22 19:25:57 +02:00
search.h Cleanup includes 2023-09-03 08:24:51 +02:00
thread.cpp Introduce simple_eval() for lazy evaluations 2023-09-03 09:28:16 +02:00
thread.h Introduce simple_eval() for lazy evaluations 2023-09-03 09:28:16 +02:00
thread_win32_osx.h Modernize code base a little bit 2023-01-09 20:25:13 +01:00
timeman.cpp Cleanup includes 2023-09-03 08:24:51 +02:00
timeman.h Cleanup includes 2023-09-03 08:24:51 +02:00
tt.cpp Make casting styles consistent 2023-09-22 19:14:29 +02:00
tt.h Make casting styles consistent 2023-09-22 19:14:29 +02:00
tune.cpp Cleanup includes 2023-09-03 08:24:51 +02:00
tune.h Cleanup includes 2023-09-03 08:24:51 +02:00
types.h Remove VALUE_KNOWN_WIN. 2023-09-22 19:25:57 +02:00
uci.cpp Avoid "using namespace std" 2023-09-11 22:07:55 +02:00
uci.h Cleanup includes 2023-09-03 08:24:51 +02:00
ucioption.cpp Cleanup includes 2023-09-03 08:24:51 +02:00