From 166cc0292cf7df4fdf6a35d56fbc00d96089ccdd Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 21 Jan 2013 23:14:10 +0100 Subject: [PATCH] Revert "Further push singular extension" This reverts commit 4c91dbc28e8bb6265f8 Seems a regression on extended test by both Gary and me. --- src/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.cpp b/src/search.cpp index 35d1eb5b..cfc15736 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -835,7 +835,7 @@ split_point_start: // At split points actual search starts from here ss->excludedMove = MOVE_NONE; if (value < rBeta) - ext = rBeta >= beta ? ONE_PLY + ONE_PLY / 2 : ONE_PLY; + ext = ONE_PLY; } // Update current move (this must be done after singular extension search) -- 2.39.2