glicko-0.1.0.0: Haskell implementation of Glicko-2
Ranking.Glicko.Types
data Player Source
Constructors
Fields
Instances
pid :: Lens' Player PlayerId Source
rating :: Lens' Player Double Source
dev :: Lens' Player Double Source
vol :: Lens' Player Double Source
inactivity :: Lens' Player Int Source
age :: Lens' Player Int Source
data Match Source
pla :: Lens' Match PlayerId Source
plb :: Lens' Match PlayerId Source
sca :: Lens' Match Score Source
scb :: Lens' Match Score Source
type PlayerId = Int Source
type Score = Int Source
newtype ScoreFunction Source
data GlickoSettings Source