From: Marco Costalba Date: Wed, 31 Dec 2014 09:41:20 +0000 (+0100) Subject: Retire Material::space_weight() X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4c9b42316112efc7383c27570102d5d528d6af0a;hp=4c9b42316112efc7383c27570102d5d528d6af0a;p=stockfish Retire Material::space_weight() Move all in evaluation. Simplify the code and concentrate in a single place all the logic behind space evaluation, making it much more clear. Verified also at STC it does not regress due to a possible slow down: LLR: 3.91 (-2.94,2.94) [-3.00,1.00] Total: 65744 W: 13285 L: 13194 D: 39265 No functional change. ---