Nu aveti permisiuni pentru a descarca fisierul grader_test9.in
Diferente pentru documentatie/rating intre reviziile #3 si #2
Nu exista diferente intre titluri.
Diferente intre continut:
==include(page="template/todo")==
In laymen terms, rating systems provide a way to rank and differentiate contestants in multiple-round competitions. Ratings are computed with black math & statistics voodoo magic :). Infoarena uses a home-baked rating system combining features from glicko, TrueSkill, ELO and possibly others.
== code(c) | // In laymen terms, rating systems provide a way to rank and differentiate // contestants in multiple-round competitions. Ratings are computed with // black math & statistics voodoo magic :) // // infoarena uses home-baked rating system combining features from // glicko, TrueSkill, ELO and possibly others. ==
We decided upon using [http://math.bu.edu/people/mg/glicko/glicko.doc/glicko.html glicko]. The implementation is pretty much a straightforward copy of the glicko documentation, except some differences in constants (see source code), and the following details: