tune: revert "tune: quiescence depth increased"

This reverts commit 5a9e17804c.

tests seem to show this is bad compared to before this commit
This commit is contained in:
dogeystamp 2024-12-24 13:48:30 -05:00
parent 2569e36a5a
commit ab7ce6b6a2

View File

@ -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: 3,
qdepth: 2,
enable_trans_table: true,
transposition_size: 24,
}