1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
Henri Wiechers a08a21d5a0 Small simplification to Position::see
Verified there are no hidden bugs and is
actually a speed optimization:

Fixed games at 15+0.05 TC
ELO: 1.72 +-2.9 (95%) LOS: 87.5%
Total: 20000 W: 3741 L: 3642 D: 12617

No functional change
2014-01-19 11:16:34 +01:00
..
benchmark.cpp Assorted grammar fixes 2014-01-07 14:30:41 +09:00
bitbase.cpp Assorted grammar fixes 2014-01-07 14:30:41 +09:00
bitboard.cpp Update copyright year 2014-01-02 01:49:18 +01:00
bitboard.h Assorted grammar fixes 2014-01-07 14:30:41 +09:00
bitcount.h Update copyright year 2014-01-02 01:49:18 +01:00
book.cpp Assorted grammar fixes 2014-01-07 14:30:41 +09:00
book.h Update copyright year 2014-01-02 01:49:18 +01:00
endgame.cpp Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
endgame.h Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
evaluate.cpp Retire grain size code 2014-01-08 23:22:17 +09:00
evaluate.h Update copyright year 2014-01-02 01:49:18 +01:00
main.cpp Update copyright year 2014-01-02 01:49:18 +01:00
Makefile Update copyright year 2014-01-02 01:49:18 +01:00
material.cpp Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
material.h Update copyright year 2014-01-02 01:49:18 +01:00
misc.cpp Update copyright year 2014-01-02 01:49:18 +01:00
misc.h Update copyright year 2014-01-02 01:49:18 +01:00
movegen.cpp Update copyright year 2014-01-02 01:49:18 +01:00
movegen.h Update copyright year 2014-01-02 01:49:18 +01:00
movepick.cpp Introduce 'follow up' moves 2014-01-14 09:24:35 +01:00
movepick.h Introduce 'follow up' moves 2014-01-14 09:24:35 +01:00
notation.cpp Update copyright year 2014-01-02 01:49:18 +01:00
notation.h Update copyright year 2014-01-02 01:49:18 +01:00
pawns.cpp Ad-hoc shelter rule 2014-01-12 22:48:08 +01:00
pawns.h Update copyright year 2014-01-02 01:49:18 +01:00
platform.h Update copyright year 2014-01-02 01:49:18 +01:00
position.cpp Small simplification to Position::see 2014-01-19 11:16:34 +01:00
position.h Rename Position::hidden_checkers to check_blockers 2014-01-12 04:10:46 +09:00
psqtab.h Tweak knight PSQT tables 2014-01-18 17:52:37 +01:00
rkiss.h Update copyright year 2014-01-02 01:49:18 +01:00
search.cpp Introduce 'follow up' moves 2014-01-14 09:24:35 +01:00
search.h Introduce 'follow up' moves 2014-01-14 09:24:35 +01:00
thread.cpp Update copyright year 2014-01-02 01:49:18 +01:00
thread.h Update copyright year 2014-01-02 01:49:18 +01:00
timeman.cpp Fix +M0 score when low on time 2014-01-19 11:09:44 +01:00
timeman.h Update copyright year 2014-01-02 01:49:18 +01:00
tt.cpp Increase max hash size to 16GB 2014-01-18 18:22:32 +01:00
tt.h Increase max hash size to 16GB 2014-01-18 18:22:32 +01:00
types.h Scale eval when down to only one pawn 2014-01-02 12:44:46 +01:00
uci.cpp Update copyright year 2014-01-02 01:49:18 +01:00
ucioption.cpp Increase max hash size to 16GB 2014-01-18 18:22:32 +01:00
ucioption.h Update copyright year 2014-01-02 01:49:18 +01:00