From: Marco Costalba Date: Tue, 9 Mar 2010 14:46:20 +0000 (+0100) Subject: Reduce increase progression of aspiration window X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=49dfc50b1286019ab706c961ab609bed1828d76d;hp=49dfc50b1286019ab706c961ab609bed1828d76d Reduce increase progression of aspiration window Currently, in case of fail high/low we research with a window increased by 2*AspirationDelta at first attempt, this patch instead makes the research be done with an increase of just AspirationDelta size, in case of a consecutive fail we will widen to 2*AspirationDelta and so on. After Joona's test: Orig - Mod: 850 - 890 Signed-off-by: Marco Costalba ---