mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-15 07:45:04 +01:00
yes
This commit is contained in:
parent
6316c6b06e
commit
b4badd4290
9 changed files with 160 additions and 89 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue