This commit is contained in:
nora 2022-11-21 10:24:09 +01:00
parent 6316c6b06e
commit b4badd4290
No known key found for this signature in database
9 changed files with 160 additions and 89 deletions

View file

@ -9,7 +9,7 @@ fn main() {
let start = SystemTime::now();
for _ in 0..1 {
for _ in 0..100 {
let result = play_round::<PerfectPlayer, GreedyPlayer>(false);
let idx = Player::as_u8(result);
results[idx as usize] += 1;