1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00
BadFish/src
snicolet a8f9c7a790 Small bonus for all safe pawn pushes
Pawn flexibility: add a small bonus for all safe pawn pushes

STC:
LLR: 2.70 (-2.94,2.94) [-1.50,4.50]
Total: 18233 W: 3705 L: 3557 D: 10971

LTC:
LLR: 2.97 (-2.94,2.94) [0.00,6.00]
Total: 17684 W: 3042 L: 2854 D: 11788

Bench: 7369224

Resolves #253
2015-02-13 21:33:00 +00:00
..
syzygy Fix syzygy warnings with Intel compiler 2015-01-18 07:29:51 +01:00
benchmark.cpp Higher movetime resolution for benchmarks 2015-01-11 20:07:11 +00:00
bitbase.cpp Update copyright year 2015-01-10 11:46:28 +01:00
bitboard.cpp Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
bitboard.h Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
bitcount.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
endgame.cpp Update copyright year 2015-01-10 11:46:28 +01:00
endgame.h Fix a MSVC warning at W4 2015-01-25 09:36:05 +01:00
evaluate.cpp Small bonus for all safe pawn pushes 2015-02-13 21:33:00 +00:00
evaluate.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
main.cpp Update copyright year 2015-01-10 11:46:28 +01:00
Makefile Profile build options 2015-02-03 11:09:37 +08:00
material.cpp Removes useless templates, some of which lead to code duplication: is_K*() functions. 2015-02-07 09:12:04 +00:00
material.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
misc.cpp Rename dbg_hit_on_c() to dbg_hit_on() 2015-02-07 11:18:06 +01:00
misc.h Rename dbg_hit_on_c() to dbg_hit_on() 2015-02-07 11:18:06 +01:00
movegen.cpp Assorted headers cleanup 2015-01-11 22:56:35 +01:00
movegen.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
movepick.cpp Use VALUE_ZERO instead of 0 when comparing with Value 2015-01-13 21:07:18 +00:00
movepick.h Update copyright year 2015-01-10 11:46:28 +01:00
pawns.cpp Pawn Center Bind Bonus 2015-02-08 19:28:01 +00:00
pawns.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
platform.h Update copyright year 2015-01-10 11:46:28 +01:00
position.cpp Rename dbg_hit_on_c() to dbg_hit_on() 2015-02-07 11:18:06 +01:00
position.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
psqtab.h Update copyright year 2015-01-10 11:46:28 +01:00
search.cpp Ressurrect hashfull patch 2015-01-30 18:07:20 +01:00
search.h Try hard to retrieve a ponder move 2015-01-24 19:35:31 +00:00
thread.cpp Assorted headers cleanup 2015-01-11 22:56:35 +01:00
thread.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
timeman.cpp Update copyright year 2015-01-10 11:46:28 +01:00
timeman.h Update copyright year 2015-01-10 11:46:28 +01:00
tt.cpp Ressurrect hashfull patch 2015-01-30 18:07:20 +01:00
tt.h Ressurrect hashfull patch 2015-01-30 18:07:20 +01:00
types.h Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
uci.cpp Update copyright year 2015-01-10 11:46:28 +01:00
uci.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
ucioption.cpp Fix a possible overflow in TT resize 2015-01-17 21:42:47 +01:00