I am looking for a rating system to rate people based on their score on a competition and their previous rating.
Codeforces is using a variant of Elo rating system which is pretty cool (you can read about it here), but it is rating people by their "rank", not their "score".
Has anyone encountered such a system?