Skip to content

Commit 53d38a4

Browse files
committed
Update doc test with the new total for memory-one strategies
1 parent 43ee514 commit 53d38a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/advanced/classification_of_strategies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Or indeed find out how many strategy only use 1 turn worth of memory to
3030
make a decision::
3131

3232
>>> len([s for s in axl.strategies if s().classifier['memory_depth']==1])
33-
21
33+
24
3434

3535
We can also identify strategies that make use of particular properties of the
3636
tournament. For example, here is the number of strategies that make use of the

0 commit comments

Comments
 (0)