Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
formula student elo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GET racing FOSS
formula student elo
Commits
a81cd48e
Commit
a81cd48e
authored
2 months ago
by
maeries
Browse files
Options
Downloads
Patches
Plain Diff
adjusted k factor again
parent
67f323b3
No related branches found
No related tags found
No related merge requests found
Pipeline
#277855
passed
2 months ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
main.py
+2
-2
2 additions, 2 deletions
main.py
with
3 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
a81cd48e
/public/
This diff is collapsed.
Click to expand it.
main.py
+
2
−
2
View file @
a81cd48e
...
@@ -15,7 +15,7 @@ from datetime import datetime
...
@@ -15,7 +15,7 @@ from datetime import datetime
import
multiprocessing
as
mp
import
multiprocessing
as
mp
# Constants for Elo calculation
# Constants for Elo calculation
K_FACTOR
=
5
K_FACTOR
=
10
INITIAL_ELO
=
1500
# Starting Elo for all teams
INITIAL_ELO
=
1500
# Starting Elo for all teams
...
@@ -445,7 +445,7 @@ class EloSystem:
...
@@ -445,7 +445,7 @@ class EloSystem:
</head>
</head>
<body>
<body>
<div class=
"
content-container
"
>
<div class=
"
content-container
"
>
<h1>Formula Student
electric
Elo Rankings</h1>
<h1>Formula Student
{
self
.
competition_type
}
Elo Rankings</h1>
<p>Rankings based on
{
len
(
self
.
competition_history
)
}
competitions.</p>
<p>Rankings based on
{
len
(
self
.
competition_history
)
}
competitions.</p>
<div class=
"
chart-container
"
>
<div class=
"
chart-container
"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment