ReagentX / glicko2

A Rust implementation of the Glicko2 iterative ranking algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rate() modifies ratings in place, we should instead return new ratings to preserve the history

ReagentX opened this issue · comments

pub fn rate(rating: &mut Rating, outcomes: Vec<(Status, &mut Rating)>) {