1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 17:49:35 +00:00
BadFish/src
mstembera 29295ecfd3 Simplify EVASIONS scoring
remove some multipliers & adjust, doesn't change the move ordering

STC https://tests.stockfishchess.org/tests/view/6325c1c9b9c0caa5f4a759ae
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 192760 W: 51528 L: 51482 D: 89750
Ptnml(0-2): 642, 20490, 54148, 20380, 720

Credit to locutus2

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

No functional change
2022-09-27 07:44:46 +02:00
..
incbin Embed default net, and simplify using non-default nets 2020-08-29 21:56:00 +02:00
nnue Optimize AVX2 path in NNUE evaluation 2022-09-11 14:19:57 +02:00
syzygy Assorted small cleanups 2022-05-29 18:42:48 +02:00
benchmark.cpp Tune FRC trapped Bishop patch 2022-01-09 15:49:19 +01:00
bitbase.cpp Update copyright years 2022-01-06 15:45:45 +01:00
bitboard.cpp Update copyright years 2022-01-06 15:45:45 +01:00
bitboard.h Update copyright years 2022-01-06 15:45:45 +01:00
endgame.cpp Update copyright years 2022-01-06 15:45:45 +01:00
endgame.h Update copyright years 2022-01-06 15:45:45 +01:00
evaluate.cpp Simplify the use of classical eval 2022-08-15 18:01:37 +02:00
evaluate.h Update default net to nn-ad9b42354671.nnue 2022-07-13 18:01:20 +02:00
main.cpp Update copyright years 2022-01-06 15:45:45 +01:00
Makefile Provide network download fallback 2022-09-07 07:32:53 +02:00
material.cpp Update copyright years 2022-01-06 15:45:45 +01:00
material.h Update copyright years 2022-01-06 15:45:45 +01:00
misc.cpp Explicitly annotate a few variables 2022-09-17 09:05:35 +02:00
misc.h Simplify trend and optimism. 2022-09-17 09:13:07 +02:00
movegen.cpp Update copyright years 2022-01-06 15:45:45 +01:00
movegen.h Update copyright years 2022-01-06 15:45:45 +01:00
movepick.cpp Simplify EVASIONS scoring 2022-09-27 07:44:46 +02:00
movepick.h Tweak history updates 2022-08-06 13:50:01 +02:00
pawns.cpp Tuning classical and NNUE scaling terms 2022-04-16 08:41:51 +02:00
pawns.h Update copyright years 2022-01-06 15:45:45 +01:00
position.cpp Make key_after() more consistent with key() 2022-08-17 19:56:15 +02:00
position.h Make key_after() more consistent with key() 2022-08-17 19:56:15 +02:00
psqt.cpp Update copyright years 2022-01-06 15:45:45 +01:00
psqt.h Update copyright years 2022-01-06 15:45:45 +01:00
search.cpp Simplify trend and optimism. 2022-09-17 09:13:07 +02:00
search.h Assorted small cleanups 2022-05-29 18:42:48 +02:00
thread.cpp Report longest PV lines for multithreaded search 2022-08-15 17:46:27 +02:00
thread.h Cleanup code 2022-08-12 14:29:40 +02:00
thread_win32_osx.h Update copyright years 2022-01-06 15:45:45 +01:00
timeman.cpp Update copyright years 2022-01-06 15:45:45 +01:00
timeman.h Update copyright years 2022-01-06 15:45:45 +01:00
tt.cpp Update copyright years 2022-01-06 15:45:45 +01:00
tt.h Update copyright years 2022-01-06 15:45:45 +01:00
tune.cpp Update copyright years 2022-01-06 15:45:45 +01:00
tune.h Update copyright years 2022-01-06 15:45:45 +01:00
types.h Assorted small cleanups 2022-05-29 18:42:48 +02:00
uci.cpp Update WDL model for current SF 2022-08-06 13:57:30 +02:00
uci.h Wording of help output and comments. 2022-06-07 08:30:07 +02:00
ucioption.cpp Increase the maximum number of threads to 1024 2022-09-07 07:31:48 +02:00