]> git.sesse.net Git - stockfish/commit - src/material.cpp
Zero redundant material imbalance terms
authorChris Caino <chricainogithub@gmail.com>
Mon, 4 Nov 2013 12:44:42 +0000 (12:44 +0000)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 5 Nov 2013 19:08:39 +0000 (20:08 +0100)
commit1064288b38d8b870601e1cd7393358db6bbb3a0e
tree61f89a987d3407cddeabf63bf3635ad44a8fbc31
parentd34bb889b185e6796bbebb9bb3c2b85c8132d7cb
Zero redundant material imbalance terms

First coefficient in the SameColor array does an
equivalent job when folded into the LinearCoefficients
array.

All of the diagonal terms in the OppositeColor array
are redundant due to cancellation.

No functional change.
src/material.cpp