Dew-OF-Aurora 2 settimane fa
parent
commit
2612c8a769
1 ha cambiato i file con 1 aggiunte e 13 eliminazioni
  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,