1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
Alain SAVARD 243a9f5484 Reformat eval_init()
Move more code into eval_init, removing some
clutter in the main routine.

Write eval_init only from "our" point of view
(do not init the attackedBy[Them] bitboards).

Add mobilityArea to the evalinfo

A few edits while being there

tested for non-regression at STC
http://tests.stockfishchess.org/tests/view/587fab230ebc5915193f77d9
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 39585 W: 7183 L: 7094 D: 25308

Non functional change.
2017-01-21 10:13:49 +01:00
..
syzygy Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
benchmark.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
bitbase.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
bitboard.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
bitboard.h Update some comments (#973) 2017-01-17 14:50:03 +01:00
endgame.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
endgame.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
evaluate.cpp Reformat eval_init() 2017-01-21 10:13:49 +01:00
evaluate.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
main.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
Makefile Fix PGO build with GCC (#904) 2016-11-27 14:43:52 +01:00
material.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
material.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
misc.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
misc.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
movegen.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
movegen.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
movepick.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
movepick.h Removing CM parameter from the Stats struct. (#970) 2017-01-12 08:46:46 +01:00
pawns.cpp Update some comments (#973) 2017-01-17 14:50:03 +01:00
pawns.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
position.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
position.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
psqt.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
search.cpp Update some comments (#973) 2017-01-17 14:50:03 +01:00
search.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
thread.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
thread.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
thread_win32.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
timeman.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
timeman.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
tt.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
tt.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
types.h Check for overflow in Score * int multiplication (#969) 2017-01-11 18:11:17 +01:00
uci.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
uci.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
ucioption.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00