From b40f81ef78ee908725bd605f6f1834e2fdeb941b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20C=C3=A1ceres?= Date: Thu, 3 Apr 2025 19:07:24 +0200 Subject: [PATCH] Min depth 5 - original test --- src/Lynx/Configuration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lynx/Configuration.cs b/src/Lynx/Configuration.cs index e6ce3ebf7..f4e23bca5 100644 --- a/src/Lynx/Configuration.cs +++ b/src/Lynx/Configuration.cs @@ -144,7 +144,7 @@ public int Threads public int PonderHitMinTimeToContinueSearch { get; set; } = 100; - public int PonderHitMinDepthToStopSearch { get; set; } = 15; + public int PonderHitMinDepthToStopSearch { get; set; } = 5; #endregion