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
This commit is contained in:
dogeystamp 2024-12-24 12:04:53 -05:00
parent 4cb2cca02b
commit 5a9e17804c
No known key found for this signature in database

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