pasky / pachi

A fairly strong Go/Baduk/Weiqi playing program
http://pachi.or.cz/
GNU General Public License v2.0
514 stars 117 forks source link

Removes unnecessary if; corrects missing semicolon #11

Closed gonmf closed 8 years ago

gonmf commented 8 years ago

Somehow the previous commit had a missing semicolon (!). Matches are still being run between 2 commits past Pachi and this version right now, so I suggest either accepting this commit for the time being or reverting to 55adddb, just so Pachi is not left without a semicolon.

Should close https://github.com/pasky/pachi/issues/10

gonmf commented 8 years ago

Tested against 55adddbe this version had a 52% winrate spending less 1.7% of time per match. over 252 matches with very short time controls in 19x19.

pasky commented 8 years ago

Thanks! And thanks for nudging me to finally merge @jmoudrik 's pull request too :)