@@ -51,9 +51,11 @@ const r15 = (runs) =>
5151 75
5252 ) ;
5353
54+ // TODO: ignore these maybe in classification calculation?
5455const recommendedDeprecatedClassifiers = [
5556 "99-63" , // chaos on graphs
5657 "03-09" , // ON THE MOVE impossible to setup right, super easy to make much easier than designed
58+ "99-51" , // flat graph
5759 "08-01" ,
5860] ;
5961
@@ -71,13 +73,13 @@ const decidedHHFFunctions = {
7173 "99-08" : r1 ,
7274 "99-10" : r15 ,
7375 "99-11" : r1 ,
74- "99-12" : r1 ,
76+ "99-12" : r5 ,
7577 "99-13" : r1 ,
76- "99-14" : r1 ,
78+ "99-14" : r5 ,
7779 "99-16" : r15 ,
7880 "99-19" : r5 ,
79- "99-21" : r1 ,
80- "99-22" : r1 ,
81+ "99-21" : r5 ,
82+ "99-22" : r5 ,
8183 "99-23" : r5 ,
8284 "99-24" : r1 ,
8385 "99-28" : r5 ,
@@ -88,8 +90,8 @@ const decidedHHFFunctions = {
8890 "99-46" : r5 ,
8991 "99-47" : r5 ,
9092 "99-48" : r5 ,
91- "99-51" : r15 ,
92- "99-53" : r5 ,
93+ "99-51" : r15 , // recommended deprecation
94+ "99-53" : r15 ,
9395 "99-56" : r5 ,
9496 "99-57" : r5 ,
9597 "99-59" : r5 ,
@@ -106,7 +108,7 @@ const decidedHHFFunctions = {
106108 "03-09" : r1 ,
107109 "03-11" : r5 ,
108110 "03-12" : r5 ,
109- "03-14" : r1 ,
111+ "03-14" : r15 ,
110112 "03-18" : r5 ,
111113
112114 "06-01" : r1 ,
@@ -127,13 +129,13 @@ const decidedHHFFunctions = {
127129 "09-04" : r1 ,
128130 "09-07" : r1 ,
129131 "09-08" : r5 ,
130- "09-09" : r1 ,
132+ "09-09" : r1 , // double checked, still closest is r1
131133 "09-10" : r5 ,
132134 "09-13" : r5 ,
133- "09-14" : r1 ,
135+ "09-14" : r5 ,
134136
135137 "13-01" : r1 ,
136- "13-02" : r1 ,
138+ "13-02" : r5 ,
137139 "13-03" : r5 ,
138140 "13-04" : r5 ,
139141 "13-05" : r1 ,
@@ -144,11 +146,11 @@ const decidedHHFFunctions = {
144146 "18-01" : r5 ,
145147 "18-02" : r1 ,
146148 "18-03" : r1 ,
147- "18-04" : r1 ,
149+ "18-04" : r5 ,
148150 "18-05" : r1 ,
149- "18-06" : r1 , // TODO: review for cheaters
151+ "18-06" : r1 , // double checked, closest is r1 still
150152 "18-07" : r1 ,
151- "18-08" : r5 ,
153+ "18-08" : r1 ,
152154 "18-09" : r1 ,
153155
154156 "19-01" : r5 ,
@@ -165,7 +167,7 @@ const decidedHHFFunctions = {
165167 "22-01" : r5 ,
166168 "22-02" : r5 ,
167169 "22-04" : r1 , // wow, super calibrated to r1
168- "22-05" : r1 ,
170+ "22-05" : r5 ,
169171 "22-06" : r5 ,
170172 "22-07" : r1 ,
171173
0 commit comments