1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 03:59:15 +00:00
BadFish/src
Stefan Geschwentner 25b492ab58 Big King Safety tuning
All king safety related terms (shelterweakness, stormdanger,
attackunits, ..) was tuned together. Additionally for attack units a
finer granularity (factor 4) is used.

STC
ELO: 9.22 +-3.1 (95%) LOS: 100.0%
Total: 19514 W: 4340 L: 3822 D: 11352

LTC
LLR: 2.96 (-2.94,2.94) [0.00,6.00]
Total: 6399 W: 1192 L: 1056 D: 4151

Bench: 8224782

Resolves #184
2015-01-03 03:33:02 +08:00
..
syzygy Fix compile for some versions of mingw 2014-12-14 14:45:43 -05:00
benchmark.cpp Assorted nitpicking code-style 2014-12-10 12:38:13 +01:00
bitbase.cpp Bitbase index() from ADD to OR. 2014-11-26 07:56:48 +08:00
bitboard.cpp Assorted nitpicking code-style 2014-12-10 12:38:13 +01:00
bitboard.h Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
bitcount.h Use compiler intrinsic instead of assembly for popcnt 2014-07-03 18:22:53 +08:00
endgame.cpp Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
endgame.h Simplify pawnless endgame evaluation 2014-01-18 17:22:54 +01:00
evaluate.cpp Big King Safety tuning 2015-01-03 03:33:02 +08:00
evaluate.h Removing some superfluous extern declarations 2014-11-05 21:17:19 +00:00
main.cpp Retire #ifdef SYZYGY macro 2014-11-30 19:23:17 +00:00
Makefile Use "rm -f" instead of "rm" for gcc profiling hack in Makefile 2014-12-20 17:55:18 +00:00
material.cpp Retire Material::space_weight() 2015-01-02 10:02:28 +01:00
material.h Retire Material::space_weight() 2015-01-02 10:02:28 +01:00
misc.cpp Correctly describe POPCNT compile 2014-11-01 20:43:57 +00:00
misc.h Assorted nitpicking code-style 2014-12-10 12:38:13 +01:00
movegen.cpp Reformat promotion generation 2014-12-25 11:09:07 +01:00
movegen.h Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
movepick.cpp Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
movepick.h Half History Max 2014-11-17 07:04:58 +08:00
pawns.cpp Big King Safety tuning 2015-01-03 03:33:02 +08:00
pawns.h Use score and value consistently 2014-12-28 19:06:56 +01:00
platform.h Update copyright year 2014-01-02 01:49:18 +01:00
position.cpp Improve comments in UCI 2014-12-14 23:50:33 +00:00
position.h Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
psqtab.h Remove RookOn7th and merge values into psqt 2014-04-24 08:53:46 +02:00
search.cpp Additional tidy up in timeman.cpp 2014-12-30 09:49:54 +01:00
search.h Clarify when forcing the moves loop 2014-12-10 12:35:21 +01:00
thread.cpp Rename some variables for more clarity. 2014-12-08 07:53:33 +08:00
thread.h 100% accurate PV display 2014-11-12 16:16:33 -05:00
timeman.cpp Additional tidy up in timeman.cpp 2014-12-30 09:49:54 +01:00
timeman.h Additional tidy up in timeman.cpp 2014-12-30 09:49:54 +01:00
tt.cpp Coding style in TT code 2014-12-14 23:49:00 +00:00
tt.h Coding style in TT code 2014-12-14 23:49:00 +00:00
types.h Introduce ratio operation 2014-11-26 07:55:57 +08:00
uci.cpp Improve comments in UCI 2014-12-14 23:50:33 +00:00
uci.h Improve comments in UCI 2014-12-14 23:50:33 +00:00
ucioption.cpp Retire #ifdef SYZYGY macro 2014-11-30 19:23:17 +00:00