Browse Source

Merge branch 'test' of https://git.yishihui.com/algorithm/rov-offline into test

caida 2 years ago
parent
commit
4cc48df133
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -1061,7 +1061,7 @@ class BaseConfig(object):
             'ab_test_id': '194',
             'not_update': 0.01,
             'gradient': 0.07,
-            'max_update_step': 5,
+            'max_update_step': 3,
             'threshold_update': {
                 'ab0': 1 / 48,
                 'ab1': 1 / 72,
@@ -1070,7 +1070,7 @@ class BaseConfig(object):
                 'ab4': 1 / 48,
                 'ab5': 1 / 72,
                 'ab6': 1 / 72,
-                'ab7': 1 / 144,
+                'ab7': 1 / 720,
                 'ab8': 1 / 72,
                 'ab9': 1 / 48,
             },