Trait multi_skill::systems::RatingSystem[][src]

pub trait RatingSystem: Debug {
    fn round_update(
        &self,
        contest_weight: f64,
        standings: Vec<(&mut Player, usize, usize)>
    ); }

Required methods

fn round_update(
    &self,
    contest_weight: f64,
    standings: Vec<(&mut Player, usize, usize)>
)
[src]

Loading content...

Implementors

impl RatingSystem for BAR[src]

impl RatingSystem for CodeforcesSys[src]

impl RatingSystem for EloMMR[src]

impl RatingSystem for Glicko[src]

impl RatingSystem for TopcoderSys[src]

impl RatingSystem for TrueSkillSPb[src]

Loading content...