Skip to content

Commit 8e9126f

Browse files
author
margaret
committed
Update strategies counter
1 parent cbb21bd commit 8e9126f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/advanced/classification_of_strategies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ make a decision::
5858
... }
5959
>>> strategies = axl.filtered_strategies(filterset)
6060
>>> len(strategies)
61-
24
61+
25
6262

6363
Multiple filters can be specified within the filterset dictionary. To specify a
6464
range of memory_depth values, we can use the 'min_memory_depth' and
@@ -70,7 +70,7 @@ range of memory_depth values, we can use the 'min_memory_depth' and
7070
... }
7171
>>> strategies = axl.filtered_strategies(filterset)
7272
>>> len(strategies)
73-
41
73+
42
7474

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

0 commit comments

Comments
 (0)