The rating recovery CLI mode (-mode=recalc-ratings) was using glicko2Tau (0.5) instead of glicko2DefaultSigma (0.06) for the default sigma value when resetting ratings. This caused the reset sigma to be ~8x higher than the schema-defined default. Added glicko2DefaultSigma constant (0.06) and updated ResetAllRatings and recalcRatings to use it correctly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api.go | ||
| b2.go | ||
| crash_test.go | ||
| crypto.go | ||
| db.go | ||
| Dockerfile | ||
| glicko2.go | ||
| main.go | ||
| metrics.go | ||
| metrics_test.go | ||