The 
ating problem

The ating problem

Posers and Puzzles

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.

d

Vienna

Joined
24 Jan 03
Moves
5071
18 Feb 03
2 edits

(oh, πŸ˜• that should read "rating problem"..)
My problem is simple:

Say you have a rating of 1400. And there are two games pending, just one move away from your certain defeat (so you could resign).
one opponent has 1200 the other one 1300 - given that your rating at RHP (which is a bit unlucky) is calculated with the point basis at the time you end the game (!), not with the values when you started it.
What game to end first? (in order to choose the least deteriorating order..)

The same problem when you are about to defeat two different opponents.
What and how much changes the difference of their ratings?

Can you guess it? Can you appoximise it? Can you solve the general case analytically? What to do if there are games waiting for the two cases?
(so thats why people tend to let you wait when the game is practically over πŸ˜‰)

From the FAQ-section:
Players are rated using the following formula:
New Rating = Old Rating + K * (1 - Win Expectancy)
K is a constant (32 for 0-2099, 24 for 2100-2399, 16 for 2400 and above)
The Win Expectancy is calculated using the following formula:
Win Expectancy = 1 / (10^((OpponentRating-YourRating)/400)+1)

Have fun...


D

Joined
02 Mar 04
Moves
223
10 Mar 04

Beat the 1300 player😏

e

Joined
31 Jan 04
Moves
331
11 Mar 04

From the FAQ-section:
Players are rated using the following formula:
New Rating = Old Rating + K * (1 - Win Expectancy)
K is a constant (32 for 0-2099, 24 for 2100-2399, 16 for 2400 and above)
The Win Expectancy is calculated using the following formula:
Win Expectancy = 1 / (10^((OpponentRating-YourRating)/400)+1)
There is a problem with the formula you have presented here: it refers only to a winning situation, but your problem deals with two losing situations. It is not possible to figure out what decrease will result in either loss with this formula. I'm too lazy to go looking for the losing situation's fomula, so if you can find it, I'll then try to figure out what change will result in your rating.

TANSTAAFL

Walking on sunshine

Joined
28 Jun 01
Moves
63101
11 Mar 04

Originally posted by econundrum
There is a problem with the formula you have presented here: it refers only to a winning situation, but your problem deals with two losing situations. It is not possible to figure out what decrease will result in either loss with this formula. I'm too lazy to go looking for the losing situation's fomula, so if you can find it, I'll then try to figure out what change will result in your rating.
I believe the formula is the same except for replacing the + with a - after "Old rating".

e

Joined
31 Jan 04
Moves
331
11 Mar 04

Originally posted by richjohnson
I believe the formula is the same except for replacing the + with a - after "Old rating".
I might be wrong in assuming this, but if that were true then the absolute value of the change in your rating, whether you won or lost would be the same. I doubt that because if a person with a 2400 rating lost against a person with a 1000 rating, I expect that the decrease in the first player's rating would be much greater than the increase would be for a win. Again, I'm too lazy to look it up, so I'm not sure, but it makes sense for what I just said to be true.

TANSTAAFL

Walking on sunshine

Joined
28 Jun 01
Moves
63101
11 Mar 04

Originally posted by econundrum
I might be wrong in assuming this, but if that were true then the absolute value of the change in your rating, whether you won or lost would be the same.
I think that's right - points are conserved with the winner receiving the same amount lost by the loser. So if a 1200 player lost to a 2000 player, the 2000 player would win only one point (if that), while if a 1200 beat a 2000 player, the 2000 player would lose a lot of points. I'm too lazy to look it up too, but we could always play a game to find out first hand - send me a challenge if you're interested.

Joined
26 Apr 03
Moves
26771
11 Mar 04

Originally posted by econundrum
There is a problem with the formula you have presented here: it refers only to a winning situation, but your problem deals with two losing situations. It is not possible to figure out what decrease will result in either loss with this formula. I'm too lazy to go looking for the losing situation's fomula, so if you can find it, I'll then try to figure out what change will result in your rating.
The definition of "score" sorts this problem out. Basically your rating change by a lot if either you were expected to win and lost, or is you were expected to lose but won. The full text from the help is:

New Rating = Old Rating + K * (Score - Win Expectancy)

K is a constant (32 for 0-2099, 24 for 2100-2399, 16 for 2400 and above)

Score is 1 for a win, 0.5 for a draw and 0 for a loss.

The Win Expectancy is calculated using the following formula :

Win Expectancy = 1 / (10^((OpponentRating-YourRating)/400)+1)

e

Joined
31 Jan 04
Moves
331
12 Mar 04

Originally posted by iamatiger
The definition of "score" sorts this problem out. Basically your rating change by a lot if either you were expected to win and lost, or is you were expected to lose but won. The full text from the help is:

New Rating = Old Rating + K * (Score - Win Expectancy)

K is a constant (32 for 0-2099, 24 for 2100-2399, 16 for 2400 and above)

Score is 1 fo ...[text shortened]... sing the following formula :

Win Expectancy = 1 / (10^((OpponentRating-YourRating)/400)+1)
Thank you, Iamatiger. The "score" makes much more sense, and would definitely make a diference to the score. Now I'll try to figure out the best outcome.

e

Joined
31 Jan 04
Moves
331
12 Mar 04

The answer to this is rather simple:
Should you consider the loss to the 1200 rated player first, followed by the 1300 player, the calculation of your new score would be this:

(1400+32(0-1/(10^((1200-1400)/400)+1)))+32(0-1/(10^((1300-1400)/400)+1)) = 1400+32(-1/(10^(-.5)+1))+32(-1/(10^(-.25)+1))

Conversely, losing to the 1300 player first, then the 1200 player would result in:

1400+32(-1/(10^(-.25)+1))+32(-1/(10^(-.5)+1))

Since each case results in the same value (each adding the same terms but in a different order), it would not matter who you lost to first because your final rating would be the same. This is also true for winning two people of different ratings because the only difference between the calculation of the wins would be that 1 would be added to the terms inside of the parenthesis. The only exception to this would be in a situation where the player's rating crossed between one of the three boundries that determin the value of 'k'. In other words, if a player crosses between having a score less than 2100 to more than that with one game than the change in the new score for the next game could be different than if they were finished in a different order.

TANSTAAFL

Walking on sunshine

Joined
28 Jun 01
Moves
63101
12 Mar 04

Originally posted by econundrum
The answer to this is rather simple:
Should you consider the loss to the 1200 rated player first, followed by the 1300 player, the calculation of your new score would be this:

(1400+32(0-1/(10^((1200-1400)/400)+1)))+32(0-1/(10^((1300-1400)/400)+1)) =
But after the first loss your rating isn't 1400

e

Joined
31 Jan 04
Moves
331
13 Mar 04

Originally posted by richjohnson
But after the first loss your rating isn't 1400
That is true, but that doesn't matter. The formula for figuring out the new rating is "the old rating" + k times all that other stuff. "The old rating" is your rating before that loss, or that win (depending on the outcome of the game). When you lose your first game, your "old rating" was 1400, so you would get your new rating through that formula. Then, for your next loss, your "old rating" would become what you recieved after losing the first game, and that you would plug back into the formula to get your final rating (for the two games). Therefore, the score you get for losing the frist game is then changed again by losing the next game. I simply left the score after losing the first game in the form of the original formula and then plugged that back into the formula to find the new rating.

Everything I've just said may sound confusing, but it's all simple algibra. I did not have to find the value of the rating after the first loss in order to plug that value back in the formula to get the value after a second loss. I left the value in the formula's notation when I plugged it back into the fomula a second time. It's the same thing as finding the actual value, but using algibra allows for a more irrifutable proof than just plugging in numbers would have.

Go back over my proof, and work it out yourself. I think you'll find that it is accurate.

Zeist, Holland

Joined
11 Sep 03
Moves
19384
13 Mar 04

There is a very simple rule (no algebra here): End that game first, with which you gain the least points (or lose the most, but that is negative gaining πŸ™‚). That will give you the highest rating. If two opponents have nearly the same rating, it won't matter because of rounding. If the ratings weren't rounded, it would matter.

Joined
26 Apr 03
Moves
26771
14 Mar 04
3 edits

Originally posted by econundrum
Go back over my proof, and work it out yourself. I think you'll find that it is accurate.
I worked out the eventual rating both ways by doing the sums. It looks like your rating ends up higher if you lose to the player with the furthest rating to you first. When I tried to expand out the algebra to see why, it got quite horrible. The closest I can come is the following logic:

The eventual change in your rating is proportional to a.b where a and b are your win probabilities computed using the fomula given.

Assuming a and b will sum to about the same whichever way you play the games, their product will be greatest when they are most equal. By taking the big hit first you reduce the size of the smaller hit - this makes the two changes more unequal and reduces the size of their product.

e

Joined
31 Jan 04
Moves
331
15 Mar 04

Dang... I just checked over my work and realized that I forgot one very important thing. I'll not bother bringing up the math again because it involves too much typing, but I will say this: iamatiger seems to be right--the first loss does make an impact on the second. I should have gone over my work more carefully. I normally don't make such simple mistakes in math.