"Load from code.golf" button doesn't work due to CORS so you need to download
all.json
from
code.golf/scores/all-holes/all-langs/all
and load it with "Load from file" button.
Load from code.golf
Load from file
Data is not loaded
Rankings
Solution count heatmap
Golfer profile
Computes
code.golf
rankings using
Alternative scoring system #729
.
The current scoring system uses χ = 1, λ = ∞.
Golfers
Languages
All holes
All langs
Original ranking:
code.golf
Individual
Bayesian
Common
?
Hole coefficient (χ)
8.00
Lang coefficient (λ)
8.00
OK
Cancel
Informal
Individual – languages have its own rakings: the shortest solution in any language gets 1000 points.
Common – languages have common ranking: any score is computed as ratio to the length of the shortest solution among all languages.
Bayesian – current system.
Formal
Points = ((1 − k) × S + k × S
a
) ÷ S
u
× 1000, where
S
u
is the length of the user's solution.
S is the length of the shortest solution in this language.
S
a
is the length of the shortest solution among all languages.
k is the significance of other languages:
Individual – k = 0
Common – k = 1
Bayesian – k = 1 ÷ (√n + 3), where n is the number of solutions in this language.
Solutions
Languages
All holes
All langs
New
Old
Best
Worst