1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
VoyagerOne c83cbe42f3 Tweak capture scoring formula
STC:
LLR: 2.96 (-2.94,2.94) [0.00,4.00]
Total: 20556 W: 4685 L: 4438 D: 11433
http://tests.stockfishchess.org/tests/view/5d25d26e0ebc5925cf0d0b4a

LTC:
LLR: 2.95 (-2.94,2.94) [0.00,4.00]
Total: 14856 W: 2649 L: 2446 D: 9761
http://tests.stockfishchess.org/tests/view/5d25d8b20ebc5925cf0d0c6d

bench: 3206912
2019-07-11 11:59:36 +02:00
..
syzygy Increase thread stack for OS X (#2035) 2019-03-12 08:35:10 +01:00
benchmark.cpp Try to get a more precise bench time (#2211) 2019-06-30 15:16:20 +02:00
bitbase.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
bitboard.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
bitboard.h Remove backmost_sq (#2190) 2019-06-14 08:22:02 +02:00
endgame.cpp Remove backmost_sq (#2190) 2019-06-14 08:22:02 +02:00
endgame.h Assorted trivial cleanups 5/2019 2019-06-09 14:57:08 +02:00
evaluate.cpp Introduce attacks on space area 2019-06-27 09:26:08 +02:00
evaluate.h A combo of parameter tweaks 2018-12-13 13:35:35 +01:00
main.cpp Assorted trivial cleanups 5/2019 2019-06-09 14:57:08 +02:00
Makefile Enable popcount and prefetch for ppc-64 2019-07-11 11:30:09 +02:00
material.cpp Remove per thread instances of Endgames. (#2056) 2019-05-15 10:41:58 +02:00
material.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
misc.cpp Make the debug counters thread safe. 2019-06-22 09:57:07 +02:00
misc.h Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
movegen.cpp Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +01:00
movegen.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movepick.cpp Tweak capture scoring formula 2019-07-11 11:59:36 +02:00
movepick.h Remove Movepick::move (#2085) 2019-04-17 21:13:39 +02:00
pawns.cpp Use score instead of array to evaluate shelter 2019-07-11 11:42:08 +02:00
pawns.h Increase pawns cache (#2187) 2019-06-14 07:36:42 +02:00
position.cpp Assorted trivial cleanups 5/2019 2019-06-09 14:57:08 +02:00
position.h Simplify semiopen_file (#2165) 2019-05-29 10:00:32 +02:00
psqt.cpp Combo of statscore divisor and pawn psqt changes 2019-07-11 11:51:27 +02:00
search.cpp Combo of statscore divisor and pawn psqt changes 2019-07-11 11:51:27 +02:00
search.h Assorted trivial cleanups 5/2019 2019-06-09 14:57:08 +02:00
thread.cpp Fix progress issue with shuffling extensions 2019-06-20 16:15:57 +02:00
thread.h Improve multiPV mode 2019-06-27 08:57:59 +02:00
thread_win32_osx.h Increase thread stack for OS X (#2035) 2019-03-12 08:35:10 +01:00
timeman.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00
timeman.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
tt.cpp Assorted trivial cleanups 5/2019 2019-06-09 14:57:08 +02:00
tt.h Assorted trivial cleanups 5/2019 2019-06-09 14:57:08 +02:00
types.h Do not define increment operators on Value, Depth and Direction 2019-06-27 09:05:03 +02:00
uci.cpp Try to get a more precise bench time (#2211) 2019-06-30 15:16:20 +02:00
uci.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
ucioption.cpp Assorted trivial cleanups 4/2019 2019-05-02 19:30:26 +02:00