]> git.sesse.net Git - stockfish/commit
Remove hardcode default values of UCI variables from evaluation
authorMarco Costalba <mcostalba@gmail.com>
Tue, 19 May 2009 14:35:12 +0000 (15:35 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 19 May 2009 14:35:12 +0000 (15:35 +0100)
commitda579e46b71ef67871ec940209b63b44fe352fbf
tree1af2dc868566f018145b4ad96ff307051a1d7be9
parentf83b899f39a0a1b48a604dccf704b2caaeb5b068
Remove hardcode default values of UCI variables from evaluation

This is the same change we have already done in search.cpp,
this time for evaluation.cpp

If a variable will be populated reading an UCI option
then do not hard code its default values.

This avoids misleadings when reading the sources.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/evaluate.cpp