From: Joona Kiiski Date: Wed, 8 Apr 2009 14:35:36 +0000 (+0300) Subject: Make futility and razor margins more tunable X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=342ceb1c9124ced53650d6c422a8cfa32e0b12ef;hp=342ceb1c9124ced53650d6c422a8cfa32e0b12ef Make futility and razor margins more tunable Restructure RazorMargins and FutilityMargins arrays so that their values can be more easily tuned. Add RazorApprMargins array which replaces razorAtDepthOne concept, because setting RazorApprMargin very high value at ply one is same as not razoring there at all. Comment out setting razoring and futility margins through uci to avoid errors while tuning. Signed-off-by: Marco Costalba ---