Skip to content
Snippets Groups Projects
Commit 3def7023 authored by maeries's avatar maeries
Browse files

adjusted k factor

parent 8ade81df
No related branches found
No related tags found
No related merge requests found
Pipeline #277847 passed
......@@ -15,7 +15,7 @@ from datetime import datetime
import multiprocessing as mp
# Constants for Elo calculation
K_FACTOR = 32 # Standard chess K-factor
K_FACTOR = 5
INITIAL_ELO = 1500 # Starting Elo for all teams
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment