minor
This commit is contained in:
parent
386f1b5def
commit
6d78eb36bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -159,4 +159,3 @@ cython_debug/
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
|
||||
@ -1266,11 +1266,11 @@ class Draw_Simulator:
|
||||
funcs = [
|
||||
# Draw_Simulator.groups_6_4,
|
||||
# Draw_Simulator.groups_3_8,
|
||||
Draw_Simulator.groups_2_12_martin,
|
||||
# Draw_Simulator.groups_2_12_martin,
|
||||
# Draw_Simulator.groups_2_12_stephan,
|
||||
Draw_Simulator.groups_1_24_martin,
|
||||
# Draw_Simulator.groups_1_24_stephan,
|
||||
Draw_Simulator.groups_3_8_stephan,
|
||||
# Draw_Simulator.groups_3_8_stephan,
|
||||
]
|
||||
|
||||
|
||||
@ -1281,8 +1281,8 @@ Scenario.objects.filter(base_scenario=scenario).delete()
|
||||
|
||||
stats = {}
|
||||
for func in funcs:
|
||||
simulator = Draw_Simulator(algorithm='XP', opponent_func = func, html_output=False,use_db=True)
|
||||
nSim = 2
|
||||
simulator = Draw_Simulator(algorithm='XP', opponent_func = func, html_output=True,use_db=True)
|
||||
nSim = 4
|
||||
stats[func.__name__] = simulator.simulate(nSim)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user