Блог пользователя tiger2005

Автор tiger2005, история, 3 года назад, По-английски

As you can see, Codeforces doesn't provide real rating, and we can only use the length of rating changes to calculate the real rating. The official blog wrote that CF rating calculator uses real rating to calculate rating changes, that is, we should get all people's real ratings to predict the rating changes. But method user.rating of Codeforces API can only get ONE account's rating changes in one attempt, so it's quite hard to do it. Hope Codeforces API can add realRating into User object :)

  • Проголосовать: нравится
  • +122
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +13 Проголосовать: не нравится

What do you mean by real rating?

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +17 Проголосовать: не нравится

    I think he means the seed value which is needed to calculate rating changes.

    • »
      »
      »
      3 года назад, # ^ |
      Rev. 2   Проголосовать: нравится +26 Проголосовать: не нравится

      Almost there. Codeforces said:

      The rating of the new account will be equal to 0 for display (but it will be equal to 1400 when calculating rating changes).

      So we cannot use current rating to calculate predicted rating changes.

»
3 года назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

It seems that this feature has been delayed for a loooooong time. :(

»
3 года назад, # |
  Проголосовать: нравится +30 Проголосовать: не нравится