File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ class EvolvedAttention(Player):
344344 classifier = {
345345 "memory_depth" : MEMORY_LENGTH ,
346346 "stochastic" : False ,
347- "long_run_time" : True ,
347+ "long_run_time" : False ,
348348 "inspects_source" : False ,
349349 "manipulates_source" : False ,
350350 "manipulates_state" : False ,
Original file line number Diff line number Diff line change @@ -303,7 +303,6 @@ def test_inclusion_of_strategy_lists(self):
303303 def test_long_run_strategies (self ):
304304 long_run_time_strategies = [
305305 axl .DBS ,
306- axl .EvolvedAttention ,
307306 axl .MetaMajority ,
308307 axl .MetaMajorityFiniteMemory ,
309308 axl .MetaMajorityLongMemory ,
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Some strategies have been classified as having a particularly long run time::
110110 ... }
111111 >>> strategies = axl.filtered_strategies(filterset)
112112 >>> len(strategies)
113- 19
113+ 18
114114
115115Strategies that :code: `manipulate_source `, :code: `manipulate_state `
116116and/or :code: `inspect_source ` return :code: `False ` for the
You can’t perform that action at this time.
0 commit comments