summaryrefslogtreecommitdiff
path: root/lib/scoring/README.md
blob: 95dd5e0d0771caa62daef9b04af03fa5a70d0be1 (plain)
1
2
3
4
5
6
7
8
9
10
Files in this directory should be modules implementing the following
interface:

 - `stats_needed() => Array[i]=Symbol`
   Returns which statistics need to be collected for this scoring
   algorithm.

 - `score(match) => Hash[User]=Integer`
   User scores for this match, assuming statistics have been
   collected.