From: Marco Costalba Date: Sun, 18 Apr 2010 09:25:59 +0000 (+0100) Subject: Introduce scale factor in pawn evaluation X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=6b7efa0cd14b73416c9030462f79a02bbfc7ad2c;hp=6b7efa0cd14b73416c9030462f79a02bbfc7ad2c Introduce scale factor in pawn evaluation The idea is to reduce the score if we have many pawns opposing an enemy pawn so that the draw possibility increases. Just introduced the logic, but no functional change. Signed-off-by: Marco Costalba ---