From 61e68b069b4fd493c56ed62baf45fff61bb8a074 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 2 Feb 2024 06:50:25 +0100 Subject: [PATCH] 1000 --- chl/draw_func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chl/draw_func.py b/chl/draw_func.py index eb382bd..932b309 100755 --- a/chl/draw_func.py +++ b/chl/draw_func.py @@ -1291,7 +1291,7 @@ Scenario.objects.filter(base_scenario=scenario).delete() stats = {} for func in funcs: simulator = Draw_Simulator(algorithm='XP', opponent_func = func, html_output=True,use_db=True) - nSim = 100 + nSim = 1000 stats[func.__name__] = simulator.simulate(nSim)