We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1d7fb commit 7cccbb9Copy full SHA for 7cccbb9
neurons/__init__.py
@@ -2,4 +2,4 @@
2
This version number is used to trigger automatic updates.
3
"""
4
5
-__version__ = "6.5.2"
+__version__ = "6.6.0"
neurons/constants.py
@@ -43,7 +43,7 @@ class Roles:
43
# Shift in seconds to apply to the minimum response time for vertical asymptote adjustment
44
MINIMUM_SCORE_SHIFT = 0.0
45
# Weights version hyperparameter
46
-WEIGHTS_VERSION = 1652
+WEIGHTS_VERSION = 1660
47
# Rate limit for weight updates
48
WEIGHT_RATE_LIMIT: int = 100
49
# Delay between loop iterations
0 commit comments