Commit 6e466317 by Pamela Osuna

number of experiences = 1000 now

parent b207db92
......@@ -19,7 +19,7 @@ e belongs to {0,1} and represents the number of epochs
c_ = [0,1,2,3]
b_ = [0,1]
e_ = [0,1]
n_experiences = 101
n_experiences = 1001
combinations = itertools.product(c_,b_,e_)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment