Noeud: Definition, Noeud « Next »: , Noeud « Up »: Score formula



Definition of the score formula

Suppose you have played n matches, in the formula below, i ranges from 1 to n.

score i=1..n matches function

score = i=1..n [ bonus(i) ] +
win
25
i=1..n [ outcome(i) size(i) ]
score = i=1..n [ bonus(i) ] +
win2
25
i=1..n [ size(i) ]

The score is the product of the square of your win percentage and the sum of sizes of scenario you played.

1/25 is just a scaling factor so that scores are in the same order of magnitude than in previous score system.

The sum of sizes of the scenario is to be interpreted as a number of equivalent size 1 scenario (as if you had played that number of scenario all of size 1).