Skip to content

Commit a61047e

Browse files
committed
different values need to be tested for strength
1 parent 542a760 commit a61047e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playout/no_eyes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl Playout for NoSelfAtariPlayout {
5656
liberties + removed_enemies > 1
5757
}
5858
}
59-
|| board.new_chain_length(*m) < 7
59+
|| board.new_chain_length(*m) < 3 //don't suicide 3 stone groups in the playouts, only in the tree
6060
)
6161
}
6262

0 commit comments

Comments
 (0)