@@ -36,7 +36,6 @@ class SecondByChampion(Player):
3636 classifier = {
3737 "memory_depth" : float ("inf" ),
3838 "stochastic" : True ,
39- "makes_use_of" : set (),
4039 "long_run_time" : False ,
4140 "inspects_source" : False ,
4241 "manipulates_source" : False ,
@@ -79,7 +78,6 @@ class SecondByEatherley(Player):
7978 classifier = {
8079 "memory_depth" : float ("inf" ),
8180 "stochastic" : True ,
82- "makes_use_of" : set (),
8381 "long_run_time" : False ,
8482 "inspects_source" : False ,
8583 "manipulates_source" : False ,
@@ -120,7 +118,6 @@ class SecondByTester(Player):
120118 classifier = {
121119 "memory_depth" : float ("inf" ),
122120 "stochastic" : False ,
123- "makes_use_of" : set (),
124121 "long_run_time" : False ,
125122 "inspects_source" : False ,
126123 "manipulates_source" : False ,
@@ -173,7 +170,6 @@ class SecondByGladstein(Player):
173170 classifier = {
174171 "memory_depth" : float ("inf" ),
175172 "stochastic" : False ,
176- "makes_use_of" : set (),
177173 "long_run_time" : False ,
178174 "inspects_source" : False ,
179175 "manipulates_source" : False ,
@@ -321,7 +317,6 @@ class SecondByTranquilizer(Player):
321317 classifier = {
322318 "memory_depth" : float ("inf" ),
323319 "stochastic" : True ,
324- "makes_use_of" : {"game" },
325320 "long_run_time" : False ,
326321 "inspects_source" : False ,
327322 "manipulates_source" : False ,
@@ -452,7 +447,6 @@ class SecondByGrofman(Player):
452447 classifier = {
453448 "memory_depth" : 8 ,
454449 "stochastic" : False ,
455- "makes_use_of" : set (),
456450 "long_run_time" : False ,
457451 "inspects_source" : False ,
458452 "manipulates_source" : False ,
@@ -516,7 +510,6 @@ class SecondByKluepfel(Player):
516510 classifier = {
517511 "memory_depth" : float ("inf" ),
518512 "stochastic" : True ,
519- "makes_use_of" : set (),
520513 "long_run_time" : False ,
521514 "inspects_source" : False ,
522515 "manipulates_source" : False ,
@@ -628,7 +621,6 @@ class SecondByBorufsen(Player):
628621 classifier = {
629622 "memory_depth" : float ("inf" ),
630623 "stochastic" : False ,
631- "makes_use_of" : set (),
632624 "long_run_time" : False ,
633625 "inspects_source" : False ,
634626 "manipulates_source" : False ,
@@ -764,7 +756,6 @@ class SecondByCave(Player):
764756 classifier = {
765757 "memory_depth" : float ("inf" ),
766758 "stochastic" : True ,
767- "makes_use_of" : set (),
768759 "long_run_time" : False ,
769760 "inspects_source" : False ,
770761 "manipulates_source" : False ,
@@ -815,7 +806,6 @@ class SecondByWmAdams(Player):
815806 classifier = {
816807 "memory_depth" : float ("inf" ),
817808 "stochastic" : True ,
818- "makes_use_of" : set (),
819809 "long_run_time" : False ,
820810 "inspects_source" : False ,
821811 "manipulates_source" : False ,
@@ -862,7 +852,6 @@ class SecondByGraaskampKatzen(Player):
862852 classifier = {
863853 "memory_depth" : float ("inf" ),
864854 "stochastic" : False ,
865- "makes_use_of" : set (["game" ]),
866855 "long_run_time" : False ,
867856 "inspects_source" : False ,
868857 "manipulates_source" : False ,
@@ -945,7 +934,6 @@ class SecondByWeiner(Player):
945934 classifier = {
946935 "memory_depth" : float ("inf" ),
947936 "stochastic" : False ,
948- "makes_use_of" : set (),
949937 "long_run_time" : False ,
950938 "inspects_source" : False ,
951939 "manipulates_source" : False ,
@@ -1098,7 +1086,6 @@ class SecondByHarrington(Player):
10981086 classifier = {
10991087 "memory_depth" : float ("inf" ),
11001088 "stochastic" : True ,
1101- "makes_use_of" : set (),
11021089 "long_run_time" : False ,
11031090 "inspects_source" : False ,
11041091 "manipulates_source" : False ,
@@ -1372,7 +1359,6 @@ class SecondByTidemanAndChieruzzi(Player):
13721359 classifier = {
13731360 "memory_depth" : float ("inf" ),
13741361 "stochastic" : False ,
1375- "makes_use_of" : {"game" },
13761362 "long_run_time" : False ,
13771363 "inspects_source" : False ,
13781364 "manipulates_source" : False ,
@@ -1468,7 +1454,6 @@ class SecondByGetzler(Player):
14681454 classifier = {
14691455 "memory_depth" : float ("inf" ),
14701456 "stochastic" : True ,
1471- "makes_use_of" : set (),
14721457 "long_run_time" : False ,
14731458 "inspects_source" : False ,
14741459 "manipulates_source" : False ,
@@ -1512,7 +1497,6 @@ class SecondByLeyvraz(Player):
15121497 classifier = {
15131498 "memory_depth" : 3 ,
15141499 "stochastic" : True ,
1515- "makes_use_of" : set (),
15161500 "long_run_time" : False ,
15171501 "inspects_source" : False ,
15181502 "manipulates_source" : False ,
@@ -1562,7 +1546,6 @@ class SecondByWhite(Player):
15621546 classifier = {
15631547 "memory_depth" : float ("inf" ),
15641548 "stochastic" : False ,
1565- "makes_use_of" : set (),
15661549 "long_run_time" : False ,
15671550 "inspects_source" : False ,
15681551 "manipulates_source" : False ,
@@ -1600,7 +1583,6 @@ class SecondByBlack(Player):
16001583 classifier = {
16011584 "memory_depth" : 5 ,
16021585 "stochastic" : True ,
1603- "makes_use_of" : set (),
16041586 "long_run_time" : False ,
16051587 "inspects_source" : False ,
16061588 "manipulates_source" : False ,
@@ -1672,7 +1654,6 @@ class SecondByRichardHufford(Player):
16721654 classifier = {
16731655 "memory_depth" : float ("inf" ),
16741656 "stochastic" : False ,
1675- "makes_use_of" : set (),
16761657 "long_run_time" : False ,
16771658 "inspects_source" : False ,
16781659 "manipulates_source" : False ,
@@ -1769,7 +1750,6 @@ class SecondByYamachi(Player):
17691750 classifier = {
17701751 "memory_depth" : float ("inf" ),
17711752 "stochastic" : False ,
1772- "makes_use_of" : set (),
17731753 "long_run_time" : False ,
17741754 "inspects_source" : False ,
17751755 "manipulates_source" : False ,
@@ -1856,7 +1836,6 @@ class SecondByColbert(FSMPlayer):
18561836 classifier = {
18571837 "memory_depth" : 4 ,
18581838 "stochastic" : False ,
1859- "makes_use_of" : set (),
18601839 "long_run_time" : False ,
18611840 "inspects_source" : False ,
18621841 "manipulates_source" : False ,
@@ -1919,7 +1898,6 @@ class SecondByMikkelson(FSMPlayer):
19191898 classifier = {
19201899 "memory_depth" : float ("inf" ),
19211900 "stochastic" : False ,
1922- "makes_use_of" : set (),
19231901 "long_run_time" : False ,
19241902 "inspects_source" : False ,
19251903 "manipulates_source" : False ,
@@ -1993,7 +1971,6 @@ class SecondByRowsam(Player):
19931971 classifier = {
19941972 "memory_depth" : float ("inf" ),
19951973 "stochastic" : False ,
1996- "makes_use_of" : set ("game" ),
19971974 "long_run_time" : False ,
19981975 "inspects_source" : False ,
19991976 "manipulates_source" : False ,
@@ -2088,7 +2065,6 @@ class SecondByAppold(Player):
20882065 classifier = {
20892066 "memory_depth" : float ("inf" ),
20902067 "stochastic" : True ,
2091- "makes_use_of" : set (),
20922068 "long_run_time" : False ,
20932069 "inspects_source" : False ,
20942070 "manipulates_source" : False ,
0 commit comments