Files
Stockfish/src
Stéphane Nicolet 211ebc5c7a Fix bug for 'eval' command in terminal
The 'eval' debugging command in Terminal did not initialize the Eval::Contempt
variable, leading to random output during debugging sessions (normal search
was unaffected by the bug).

Example of session where the two 'eval' commands should give the same output,
but did not:

./stockfish
position startpos
d
eval
go depth 20
d
eval

The bug is fixed by initializing Eval::Contempt to SCORE_ZERO in Eval::trace

No functional change.
2018-02-09 01:12:08 +01:00
..
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-02-06 00:46:50 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-02-04 02:08:09 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-01 13:18:10 +01:00
2018-01-23 14:26:45 +01:00