tune: further reduce default contempt factor

This commit is contained in:
dogeystamp 2024-12-26 14:59:16 -05:00
parent 089b7b305c
commit 68d3d7e6d9
No known key found for this signature in database

View File

@ -136,7 +136,7 @@ impl Default for SearchConfig {
alpha_beta_on: true,
depth: 16,
qdepth: 6,
contempt: 10,
contempt: 3,
enable_trans_table: true,
transposition_size: 24,
}