Small change to the number of experiments

This commit is contained in:
EddieCueto 2017-10-15 12:48:38 -05:00
parent 583055fde0
commit 8ad9a90b54
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ rn.seed(666)
k = 20 # depth of the tree
b = 2 # arity of the tree
T = 100 # number of steps taken by the MC
exp = 1000 # repetition of experiments
E = np.zeros(exp)
M = np.zeros(exp)