This comment is reply for 6193 horiuchi: Playerを実装すれば、実装を置き換え...(マルバツゲーム). Go to thread root.
horiuchi #6202(2008/04/23 04:33 GMT) [ diff ] Rating0/0=0.00
終了判定にバグ発見してしまいました。 ここを直して、100万回実行した結果以下のようになりました。 これでほぼ合っていそうです。 Result: Player1 won: 582337 Player2 won: 290884 draw game : 126779
1 2 3 4
15c15 < {new Pair(2,2), new Pair(1,1), new Pair(0,0)}, --- > {new Pair(0,2), new Pair(1,1), new Pair(2,0)},
Rating0/0=0.00-0+
[ reply ]
horiuchi
#6202()
[
diff
]
Rating0/0=0.00
15c15 < {new Pair(2,2), new Pair(1,1), new Pair(0,0)}, --- > {new Pair(0,2), new Pair(1,1), new Pair(2,0)},Rating0/0=0.00-0+