1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 09:39:36 +00:00
BadFish/src
xoto10 ecac132bca Scale factor in opposite-color bishop endings
This change varies the scale factor with the total number of pieces and pawns on the strongSide.

STC :
LLR: 2.94 (-2.94,2.94) {-0.50,1.50}
Total: 150920 W: 28828 L: 28422 D: 93670 +0.65 Elo
Ptnml(0-2): 2507, 17548, 35030, 17782, 2593
https://tests.stockfishchess.org/tests/view/5e983eb2c00499c5410f4951

LTC :
LLR: 2.95 (-2.94,2.94) {0.25,1.75}
Total: 69238 W: 8810 L: 8446 D: 51982 +1.58 Elo
Ptnml(0-2): 451, 6276, 20879, 6484, 529
https://tests.stockfishchess.org/tests/view/5e985b27c00499c5410f4987

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

Bench 4821332
2020-04-16 21:40:06 +02:00
..
syzygy Small cleanups 2020-04-12 20:30:08 +02:00
benchmark.cpp Equations for edges and corners. 2020-03-09 22:16:26 +01:00
bitbase.cpp Small cleanups. 2020-02-05 15:32:29 +01:00
bitboard.cpp Small cleanups 2020-04-12 20:30:08 +02:00
bitboard.h Small cleanups 2020-04-12 20:30:08 +02:00
endgame.cpp remove KNPK endgame code 2020-04-05 08:35:31 +02:00
endgame.h remove KNPK endgame code 2020-04-05 08:35:31 +02:00
evaluate.cpp Scale factor in opposite-color bishop endings 2020-04-16 21:40:06 +02:00
evaluate.h Small cleanups 2020-03-01 09:31:58 +01:00
main.cpp Small cleanups. 2020-02-05 15:32:29 +01:00
Makefile Small cleanups 2020-03-01 09:31:58 +01:00
material.cpp Small cleanups 2020-03-30 22:46:07 +02:00
material.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
misc.cpp Small cleanups. 2020-02-05 15:32:29 +01:00
misc.h Fix ambiguity between clamp implementations 2020-03-07 11:14:27 +01:00
movegen.cpp Small cleanups 2020-04-12 20:30:08 +02:00
movegen.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
movepick.cpp Always remember the ttMove 2020-04-12 20:34:50 +02:00
movepick.h Improve move order near the root 2020-02-22 21:32:32 +01:00
pawns.cpp Space bonus and number of blocked pawns 2020-04-15 08:29:20 +02:00
pawns.h Scale up space weight with number of blocked pawns 2020-04-13 09:16:54 +02:00
position.cpp Small cleanups 2020-03-30 22:46:07 +02:00
position.h Limit array access in Position 2020-04-02 14:40:03 +02:00
psqt.cpp Small cleanups 2020-04-12 20:30:08 +02:00
search.cpp Don't attempt probcut if ttMove is not good enough. 2020-04-15 20:33:03 +02:00
search.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
thread.cpp Small cleanups 2020-04-12 20:30:08 +02:00
thread.h Small cleanups 2020-04-12 20:30:08 +02:00
thread_win32_osx.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
timeman.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
timeman.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
tt.cpp Small cleanups. 2020-02-05 15:32:29 +01:00
tt.h Small cleanups 2020-03-14 17:04:50 +01:00
types.h Small cleanups 2020-04-12 20:30:08 +02:00
uci.cpp Small cleanups 2020-03-30 22:46:07 +02:00
uci.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
ucioption.cpp Update lists of authors and contributors 2020-01-09 01:43:47 +01:00