Explorar el Código

change: yd weight

Dew-OF-Aurora hace 2 semanas
padre
commit
2612c8a769
Se han modificado 1 ficheros con 1 adiciones y 13 borrados
  1. 1 13
      config.json

+ 1 - 13
config.json

@@ -59,21 +59,9 @@
     "enabled": true,
     "strategy": "weighted_average",
     "weighted_fields": [
-      {
-        "field": "avg_score",
-        "weight": 0.5
-      },
       {
         "field": "yd_score",
-        "weight": 0.4
-      },
-      {
-        "field": "dx_score",
-        "weight": 0.05
-      },
-      {
-        "field": "lt_score",
-        "weight": 0.05
+        "weight": 1.0
       }
     ],
     "prefer_lower": true,