From 96da95dbba05115f30c2d679027f220e69009222 Mon Sep 17 00:00:00 2001 From: Felix Bauckholt Date: Thu, 7 Mar 2019 21:38:55 +0100 Subject: [PATCH] Oops I had accidentally left bogus numbers in the last commit Sorry :( --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3ec8fab..c322ba9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -162,7 +162,7 @@ fn get_results_table() -> String { let strategies = ["cheat", "info"]; let player_nums = (2..=5).collect::>(); let seed = 0; - let n_trials = 1; + let n_trials = 20000; let n_threads = 8; let intro = format!("On the first {} seeds, we have these average scores and win rates:\n\n", n_trials);