]> git.sesse.net Git - stockfish/commitdiff
Further simplify move_importance()
authorMarco Costalba <mcostalba@gmail.com>
Wed, 1 Jan 2014 12:35:11 +0000 (13:35 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 1 Jan 2014 12:35:11 +0000 (13:35 +0100)
Function move_importance() is already always
positive, so we don't need to add a constant
term to ensure it.

Becuase move_importance() is used to calculate
ratios of a linear combination (as explained in
previous patch), result is not affected. I have
also verified it directly.

No functional change.


No differences found