1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00
BadFish/src
Stefan Geschwentner cf0a2a26a9 Bonus for file distance of the outermost pawns
In endgame it's better to have pawns on both wings.
So give a bonus according to file distance between left
and right outermost pawns.

Passed both short TC
LLR: 2.97 (-2.94,2.94) [-1.50,4.50]
Total: 39073 W: 7749 L: 7536 D: 23788

And long TC
LLR: 2.96 (-2.94,2.94) [0.00,6.00]
Total: 6149 W: 1040 L: 910 D: 4199

bench: 7665034
2013-12-25 21:31:41 +01:00
..
benchmark.cpp Assorted spelling/grammar/captitalization 2013-12-04 23:30:37 +01:00
bitbase.cpp Assorted spelling/grammar/captitalization 2013-12-04 23:30:37 +01:00
bitboard.cpp More work on Bitboards::init() 2013-12-07 12:32:18 +01:00
bitboard.h Retire TheirHalf[] 2013-12-04 17:45:09 +01:00
bitcount.h Even more spelling fixes 2013-12-06 09:03:24 +01:00
book.cpp Even more spelling fixes 2013-12-06 09:03:24 +01:00
book.h Use #ifndef instead of #if !defined 2013-07-24 19:49:17 +02:00
endgame.cpp Even more spelling fixes 2013-12-06 09:03:24 +01:00
endgame.h Even more spelling fixes 2013-12-06 09:03:24 +01:00
evaluate.cpp Loosened trigger condition for king safety 2013-12-23 20:55:30 +01:00
evaluate.h Futility pruning simplification 2013-11-09 10:17:27 +01:00
main.cpp Use a formula for chain membership bonus 2013-10-31 06:13:30 +01:00
Makefile Further simplify Makefile 2013-12-17 10:16:00 +01:00
material.cpp Big assorted spelling fixes 2013-12-02 20:29:35 +01:00
material.h Even more spelling fixes 2013-12-06 09:03:24 +01:00
misc.cpp Even more spelling fixes 2013-12-06 09:03:24 +01:00
misc.h Streamline time computation 2013-08-03 18:30:43 +02:00
movegen.cpp Even more spelling fixes 2013-12-06 09:03:24 +01:00
movegen.h Big assorted spelling fixes 2013-12-02 20:29:35 +01:00
movepick.cpp Even more spelling fixes 2013-12-06 09:03:24 +01:00
movepick.h Big assorted spelling fixes 2013-12-02 20:29:35 +01:00
notation.cpp Big assorted spelling fixes 2013-12-02 20:29:35 +01:00
notation.h Use #ifndef instead of #if !defined 2013-07-24 19:49:17 +02:00
pawns.cpp Bonus for file distance of the outermost pawns 2013-12-25 21:31:41 +01:00
pawns.h Even more spelling fixes 2013-12-06 09:03:24 +01:00
platform.h Big assorted spelling fixes 2013-12-02 20:29:35 +01:00
position.cpp Even more spelling fixes 2013-12-06 09:03:24 +01:00
position.h Clarify definition of capture_or_promotion() 2013-12-06 10:43:17 +01:00
psqtab.h Even more spelling fixes 2013-12-06 09:03:24 +01:00
rkiss.h Remove unuseful optimization in RKISS 2013-10-13 03:35:17 -07:00
search.cpp Remove threat move stuff 2013-12-15 09:43:29 +01:00
search.h Even more spelling fixes 2013-12-06 09:03:24 +01:00
thread.cpp Remove threat move stuff 2013-12-15 09:43:29 +01:00
thread.h Remove threat move stuff 2013-12-15 09:43:29 +01:00
timeman.cpp Another round of spelling fixes 2013-12-02 23:51:29 +01:00
timeman.h Another round of spelling fixes 2013-12-02 23:51:29 +01:00
tt.cpp Big assorted spelling fixes 2013-12-02 20:29:35 +01:00
tt.h Big assorted spelling fixes 2013-12-02 20:29:35 +01:00
types.h Even more spelling fixes 2013-12-06 09:03:24 +01:00
uci.cpp Even more spelling fixes 2013-12-06 09:03:24 +01:00
ucioption.cpp Big assorted spelling fixes 2013-12-02 20:29:35 +01:00
ucioption.h Use #ifndef instead of #if !defined 2013-07-24 19:49:17 +02:00