cameron-martin / tsumego-solver

A program for solving and generating tsumego puzzles.
33 stars 5 forks source link

Change who wins when passing twice. #10

Open cameron-martin opened 4 years ago

cameron-martin commented 4 years ago

Previously, the player who did the second pass lost. However, I don't think this is correct, and this PR gives a more correct implementation.

cameron-martin commented 4 years ago

This causes some benchmarks to regress by 10x. This needs looking into before merging.