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:
parent
2569e36a5a
commit
ab7ce6b6a2
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user