1
0
Fork 0
stockfish/src
protonspring 1aab5b4b05 Remove FutilityMoveCounts array. (#2024)
This is a functional simplification that removes the FutilityMoveCounts array with a simple equation using only ints.

LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 14175 W: 3123 L: 2987 D: 8065

LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 9900 W: 1735 L: 1597 D: 6568

Bench: 3380343
2019-03-05 20:48:29 +01:00
..
syzygy Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +01:00
Makefile Stockfish 10-beta 2018-11-19 11:18:21 +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 Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +01:00
bitboard.h Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +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 Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +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
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 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 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 2/2019 2019-03-05 11:13:02 +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 Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +01:00
psqt.cpp Assorted trivial cleanups 1/2019 2019-02-08 10:20:43 +01:00
search.cpp Remove FutilityMoveCounts array. (#2024) 2019-03-05 20:48:29 +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 Pawn value tweak 2019-03-05 14:54:25 +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 Assorted trivial cleanups 2/2019 2019-03-05 11:13:02 +01:00