tune: further reduce default contempt factor
This commit is contained in:
parent
089b7b305c
commit
68d3d7e6d9
@ -136,7 +136,7 @@ impl Default for SearchConfig {
|
|||||||
alpha_beta_on: true,
|
alpha_beta_on: true,
|
||||||
depth: 16,
|
depth: 16,
|
||||||
qdepth: 6,
|
qdepth: 6,
|
||||||
contempt: 10,
|
contempt: 3,
|
||||||
enable_trans_table: true,
|
enable_trans_table: true,
|
||||||
transposition_size: 24,
|
transposition_size: 24,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user