1
0
Fork 0
stockfish/src
Alain SAVARD 55758344d3 Simplify threats
Using less parameters and code to compute Threats
Includes also a few spacing edits.

Run as a simplification.

Passed STC 10+0.1
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 18879 W: 3725 L: 3600 D: 11554

Passed LTC 60+0.4
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 74116 W: 11001 L: 10958 D: 52157

bench: 8004751
2015-10-24 10:08:26 +02:00
..
syzygy Fix syzygy en passant issue 2015-09-06 22:19:33 +01:00
Makefile Travis CI: add clang and osx 2015-10-06 12:35:42 +02:00
benchmark.cpp Lazy SMP 2015-10-20 06:58:08 +02:00
bitbase.cpp Retire FORCE_INLINE 2015-04-15 21:21:45 +01:00
bitboard.cpp A small code simplification 2015-08-30 19:58:32 +01:00
bitboard.h Fix compile on icc 2015-06-25 05:29:56 +02:00
bitcount.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
endgame.cpp Tuning of assorted values 2015-10-05 19:49:52 -07:00
endgame.h Get rid of nativeThread 2015-03-23 09:02:52 +01:00
evaluate.cpp Simplify threats 2015-10-24 10:08:26 +02:00
evaluate.h Almost passed tuning attempts 2015-10-20 19:49:01 -07:00
main.cpp Run PVS-STUDIO analyzer 2015-10-05 09:13:33 +02:00
material.cpp Almost passed tuning attempts 2015-10-20 19:49:01 -07:00
material.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
misc.cpp Update authors 2015-10-22 07:03:03 +02:00
misc.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
movegen.cpp Run PVS-STUDIO analyzer 2015-10-05 09:13:33 +02:00
movegen.h Revert C++11 merge 2015-03-07 07:38:22 +00:00
movepick.cpp Simplify threats 2015-10-24 10:08:26 +02:00
movepick.h Lazy SMP 2015-10-20 06:58:08 +02:00
pawns.cpp Simplify threats 2015-10-24 10:08:26 +02:00
pawns.h Asymmetry bonus for the attacking side 2015-10-15 21:27:52 -07:00
position.cpp Minor clean up of some function parameters 2015-09-07 20:17:39 +01:00
position.h Rename Position::list 2015-08-04 09:51:06 +02:00
psqt.cpp Tuned PSQT 2015-05-18 13:54:45 -07:00
search.cpp History pruning 2015-10-24 09:30:31 +02:00
search.h Lazy SMP 2015-10-20 06:58:08 +02:00
thread.cpp Lazy SMP 2015-10-20 06:58:08 +02:00
thread.h Lazy SMP 2015-10-20 06:58:08 +02:00
thread_win32.h Retire ConditionVariable 2015-03-20 03:05:25 +01:00
timeman.cpp Lazy SMP 2015-10-20 06:58:08 +02:00
timeman.h Lazy SMP 2015-10-20 06:58:08 +02:00
tt.cpp Reduce writes in TT::probe(). 2015-09-17 17:33:40 -07:00
tt.h Fix a comment in TTEntry::save 2015-10-05 09:16:16 +02:00
types.h Correctly check for no-makefile compile 2015-06-28 10:56:42 +02:00
uci.cpp Lazy SMP 2015-10-20 06:58:08 +02: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