mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Change default value of "PruneAtShallowDepthOnPvNode" so that the bench matches master.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ using std::string;
|
||||
using Eval::evaluate;
|
||||
using namespace Search;
|
||||
|
||||
bool Search::prune_at_shallow_depth_on_pv_node = false;
|
||||
bool Search::prune_at_shallow_depth_on_pv_node = true;
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user