From 5a9e17804c45a78a5198523bb0841eea4cd73521 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Tue, 24 Dec 2024 12:04:53 -0500 Subject: [PATCH] tune: quiescence depth increased 4cb2cca doesn't seem to have any difference positive or negative in the 5+0 time control, so try this instead --- src/search.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.rs b/src/search.rs index c027e04..229c61f 100644 --- a/src/search.rs +++ b/src/search.rs @@ -124,7 +124,7 @@ impl Default for SearchConfig { alpha_beta_on: true, // try to make this even to be more conservative and avoid horizon problem depth: 10, - qdepth: 2, + qdepth: 3, enable_trans_table: true, transposition_size: 24, }