1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00
BadFish/src
Alain SAVARD 37698b0396 Outpost Endgame values
Remove the recent rank based Outpost array by using a weighted average value
computed using a frequency analysis by rank from a large set of middle game
positions.

The higher eg values introduced by the new Outpost array (which were about
twice the previous masters) are thus preserved.

STC
http://tests.stockfishchess.org/tests/view/5dd05c870ebc5902579e1f7f
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 42466 W: 9232 L: 9151 D: 24083

LTC
http://tests.stockfishchess.org/tests/view/5dd146e342928ff08153dab1
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 66968 W: 10921 L: 10873 D: 45174

Closes https://github.com/official-stockfish/Stockfish/pull/2418

Bench: 5103360
2019-11-21 09:32:19 +01:00
..
syzygy Sequencing tweak in tbprobe() 2019-11-12 01:18:54 +01:00
benchmark.cpp Add four positions to bench 2019-10-17 15:03:30 +02:00
bitbase.cpp Make Square and Bitboard operators commutative 2019-11-04 23:50:14 +01:00
bitboard.cpp Remove operators for color 2019-07-26 02:12:23 +02:00
bitboard.h Make Square and Bitboard operators commutative 2019-11-04 23:50:14 +01:00
endgame.cpp Make Square and Bitboard operators commutative 2019-11-04 23:50:14 +01:00
endgame.h Slight speep up fetching the endgame table 2019-08-21 09:11:17 +02:00
evaluate.cpp Outpost Endgame values 2019-11-21 09:32:19 +01:00
evaluate.h A combo of parameter tweaks 2018-12-13 13:35:35 +01:00
main.cpp Adjust reductions based on the number of threads 2019-10-02 01:43:02 +02:00
Makefile Assorted trivial cleanups 2019-10-26 00:29:12 +02:00
material.cpp Remove operators for color 2019-07-26 02:12:23 +02:00
material.h Changes identified in RENAME/REFORMATTING thread (#1861) 2018-12-11 13:47:56 +01:00
misc.cpp Avoid crashing on Log File opening 2019-10-22 00:02:46 +02:00
misc.h Restore development version (revert previous commit) 2019-09-26 23:27:48 +02:00
movegen.cpp Consolidate pawn_push and up 2019-10-31 17:22:09 +01:00
movegen.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
movepick.cpp Introduce separate counter-move tables for captures 2019-10-06 02:04:19 +02:00
movepick.h Introduce separate counter-move tables for captures 2019-10-06 02:04:19 +02:00
pawns.cpp Consolidate pawn_push and up 2019-10-31 17:22:09 +01:00
pawns.h Improve signature of evaluate_shelter() 2019-08-24 08:21:30 +02:00
position.cpp Assorted trivial cleanups 2019-09-14 08:33:00 +02:00
position.h Make Square and Bitboard operators commutative 2019-11-04 23:50:14 +01:00
psqt.cpp Revert "Rook PSQT Tuned" 2019-11-06 11:07:38 +01:00
search.cpp Simplify advanced pawn push pruning 2019-11-19 23:18:14 +01:00
search.h Tweak Late Move Reduction at root 2019-08-26 08:49:55 +02:00
thread.cpp Remove shuffle extension 2019-11-05 00:01:49 +01:00
thread.h Use exploration rate for reductions 2019-11-18 09:57:53 +01:00
thread_win32_osx.h Remove custom mutex implementation 2019-09-27 00:16:49 +02: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 Eliminate ONE_PLY 2019-10-06 00:57:00 +02:00
tt.h Eliminate ONE_PLY 2019-10-06 00:57:00 +02:00
types.h Combo of Parameter Tweaks 2019-11-02 21:19:35 +01:00
uci.cpp Remove uithread 2019-10-20 00:27:17 +02:00
uci.h Stockfish 10-beta 2018-11-19 11:18:21 +01:00
ucioption.cpp UCI_Elo implementation (#2225) 2019-07-14 14:47:50 +02:00