1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 03:59:15 +00:00
BadFish/src
Vizvezdenec c2fb0ff720 Add continuation history 5
Original patch passed STC:
http://tests.stockfishchess.org/tests/view/5c7439ff0ebc5925cffd3e64
LLR: 2.95 (-2.94,2.94) [0.50,4.50]
Total: 26348 W: 5926 L: 5632 D: 14790

and LTC:
http://tests.stockfishchess.org/tests/view/5c745a8b0ebc5925cffd41a8
LLR: 2.95 (-2.94,2.94) [0.00,3.50]
Total: 198411 W: 33238 L: 32510 D: 132663

But had undefined behavior.
After fixing (thx to @vondele )

passed LTC:
http://tests.stockfishchess.org/tests/view/5c763c7c0ebc5925cffd5de2
LLR: 2.95 (-2.94,2.94) [0.00,3.50]
Total: 112253 W: 18711 L: 18225 D: 75317

bench 3049229
2019-03-05 11:10:10 +01:00
..
syzygy Check tablebase files 2019-01-04 15:36:39 +01:00
benchmark.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitbase.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
bitboard.cpp Remove Some Bitboard Arrays (#1963) 2019-02-08 09:54:38 +01:00
bitboard.h Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
endgame.cpp Add KNNvKP Endgame Heuristic 2019-02-21 19:53:03 +01:00
endgame.h Add KNNvKP Endgame Heuristic 2019-02-21 19:53:03 +01:00
evaluate.cpp Change outposts to single value #1946 2019-02-08 10:31:28 +01:00
evaluate.h A combo of parameter tweaks 2018-12-13 13:35:35 +01:00
main.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
Makefile Stockfish 10-beta 2018-11-19 11:18:21 +01:00
material.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
material.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
misc.cpp Fix crash in best_group() (#1891) 2018-12-24 11:20:14 +01:00
misc.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movegen.cpp Simplify pawn moves (#1900) 2019-01-14 15:03:31 +01:00
movegen.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movepick.cpp Add continuation history 5 2019-03-05 11:10:10 +01:00
movepick.h Assorted trivial cleanups (#1894) 2019-01-01 14:10:26 +01:00
pawns.cpp Assorted trivial cleanups (#1894) 2019-01-01 14:10:26 +01:00
pawns.h Remove openFiles in pawns. (#1917) 2019-01-01 13:38:09 +01:00
position.cpp Change pinning logic in Static Exchange Evaluation (SEE) 2019-01-29 17:32:41 +01:00
position.h Delay castling legality check 2019-01-04 14:23:14 +01:00
psqt.cpp Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
search.cpp Add continuation history 5 2019-03-05 11:10:10 +01:00
search.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
thread.cpp Simplify pondering time management (#1899) 2019-01-20 19:14:24 +01:00
thread.h Simplify pondering time management (#1899) 2019-01-20 19:14:24 +01:00
thread_win32.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
timeman.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00
timeman.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
tt.cpp Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
tt.h Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
types.h Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
uci.cpp Simplify pondering time management (#1899) 2019-01-20 19:14:24 +01:00
uci.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
ucioption.cpp Stockfish 10-beta 2018-11-19 11:18:21 +01:00