Skip to content

Commit 0544d6c

Browse files
committed
Set Mate Threat Extension to OnePly
For both PV and non-PV nodes. After 981 games at 1+0 Mod vs Orig +153 =686 -142 +4 ELO Signed-off-by: Marco Costalba <mcostalba@gmail.com>
1 parent fe76787 commit 0544d6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ucioption.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ namespace {
9393
o["Check Extension (non-PV nodes)"] = Option(1, 0, 2);
9494
o["Single Evasion Extension (PV nodes)"] = Option(2, 0, 2);
9595
o["Single Evasion Extension (non-PV nodes)"] = Option(2, 0, 2);
96-
o["Mate Threat Extension (PV nodes)"] = Option(0, 0, 2);
97-
o["Mate Threat Extension (non-PV nodes)"] = Option(0, 0, 2);
96+
o["Mate Threat Extension (PV nodes)"] = Option(2, 0, 2);
97+
o["Mate Threat Extension (non-PV nodes)"] = Option(2, 0, 2);
9898
o["Pawn Push to 7th Extension (PV nodes)"] = Option(1, 0, 2);
9999
o["Pawn Push to 7th Extension (non-PV nodes)"] = Option(1, 0, 2);
100100
o["Passed Pawn Extension (PV nodes)"] = Option(1, 0, 2);

0 commit comments

Comments
 (0)