1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 01:29:36 +00:00
BadFish/src
Stéphane Nicolet 4502a1934f Tweak backward pawns definition
Advanced pawns cannot be backward. Also lower the backward penalty in
endgame.

Passed STC:
LLR: 2.96 (-2.94,2.94) [-1.50,4.50]
Total: 18534 W: 3588 L: 3433 D: 11513

and LTC:
LLR: 2.96 (-2.94,2.94) [0.00,6.00]
Total: 21319 W: 3415 L: 3217 D: 14687

Bench: 7271152

Resolves #359
2015-06-02 12:07:02 -07:00
..
syzygy Revert C++11 merge 2015-03-07 07:38:22 +00:00
benchmark.cpp Restore deterministic search state 2015-05-07 14:20:32 -07:00
bitbase.cpp Retire FORCE_INLINE 2015-04-15 21:21:45 +01:00
bitboard.cpp Cleanup work in misc.cpp 2015-05-10 09:42:26 +02:00
bitboard.h Retire FORCE_INLINE 2015-04-15 21:21:45 +01:00
bitcount.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
endgame.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
endgame.h Get rid of nativeThread 2015-03-23 09:02:52 +01:00
evaluate.cpp Exclude queen from Rook Contact Check computation 2015-04-18 22:17:46 +01:00
evaluate.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
main.cpp Split PSQT init from Position init 2015-05-03 20:07:15 +02:00
Makefile Resolve build failure for Mac 2015-05-24 13:07:15 +01:00
material.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
material.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
misc.cpp Cleanup work in misc.cpp 2015-05-10 09:42:26 +02:00
misc.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
movegen.cpp Cleanup work in misc.cpp 2015-05-10 09:42:26 +02:00
movegen.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
movepick.cpp Split PSQT init from Position init 2015-05-03 20:07:15 +02:00
movepick.h Remove Gain Stats 2015-05-18 13:59:30 -07:00
pawns.cpp Tweak backward pawns definition 2015-06-02 12:07:02 -07:00
pawns.h Transform minKingPawnDistance into a local variable 2015-03-07 09:03:19 +00:00
position.cpp Checking for rook color when setting castling 2015-05-29 05:38:40 +02:00
position.h Cleanup work in misc.cpp 2015-05-10 09:42:26 +02:00
psqt.cpp Tuned PSQT 2015-05-18 13:54:45 -07:00
search.cpp Remove Gain Stats 2015-05-18 13:59:30 -07:00
search.h Restore deterministic search state 2015-05-07 14:20:32 -07:00
thread.cpp Assorted cleanup of last patches 2015-04-11 23:24:43 +02:00
thread.h Fully yielding locks, no spinning 2015-03-24 21:34:19 +00:00
thread_win32.h Retire ConditionVariable 2015-03-20 03:05:25 +01:00
timeman.cpp Add support for playing in 'nodes as time' mode 2015-04-03 04:40:55 +02:00
timeman.h Fix MSVC warning from previous patch 2015-04-03 19:29:29 +02:00
tt.cpp Revert C++11 merge 2015-03-07 07:38:22 +00:00
tt.h Cleanup work in misc.cpp 2015-05-10 09:42:26 +02:00
types.h Fix merge error for Tuned PSQT 2015-05-21 19:56:01 +01:00
uci.cpp Restore deterministic search state 2015-05-07 14:20:32 -07:00
uci.h Assorted cleanup of last patches 2015-04-11 23:24:43 +02:00
ucioption.cpp Restore deterministic search state 2015-05-07 14:20:32 -07:00