You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError Traceback (most recent call last)
Cell In[38], line 13
9 bag += [setGenericName(strat)]
12 # Evolution of the initial class
---> 13 e1 = Ecological(g, mem11)
14 e1.run()
16 evol=e1.historic
File ~/Dropbox/newGit/prisoners del/src/ipd.py:127, in Ecological.init(self, tournament, pop, max_iter)
125 self.max_iter = max_iter
126 self.tournament = tournament
--> 127 if not tournament.ran:
128 print("warning: running passed Tournament. This step may take a while.")
129 self.tournament.run()
AttributeError: 'Game' object has no attribute 'ran'
The text was updated successfully, but these errors were encountered:
AttributeError Traceback (most recent call last)
Cell In[38], line 13
9 bag += [setGenericName(strat)]
12 # Evolution of the initial class
---> 13 e1 = Ecological(g, mem11)
14 e1.run()
16 evol=e1.historic
File ~/Dropbox/newGit/prisoners del/src/ipd.py:127, in Ecological.init(self, tournament, pop, max_iter)
125 self.max_iter = max_iter
126 self.tournament = tournament
--> 127 if not tournament.ran:
128 print("warning: running passed Tournament. This step may take a while.")
129 self.tournament.run()
AttributeError: 'Game' object has no attribute 'ran'
The text was updated successfully, but these errors were encountered: