domino14 / macondo

A crossword board game AI, written in Go
https://domino14.github.io/macondo
GNU General Public License v3.0
48 stars 10 forks source link

use proper statistical test for stopping condition #345

Closed domino14 closed 4 weeks ago

domino14 commented 1 month ago

Don't use Welch's t-test for statistically comparing to a fixed win % in order to determine whether to tiebreak by equity. Use regular Z-test.

See #300