Skip to content

Commit 3297dbc

Browse files
committed
run more whr iterations to reduce rating jittering
1 parent c31e4cd commit 3297dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ZkData/Ef/WHR/WholeHistoryRating.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void UpdateRatings()
202202
{
203203
updateAction = (() => {
204204
Trace.TraceInformation("Initializing WHR " + category +" ratings for " + battlesRegistered + " battles, this will take some time.. From B" + firstBattle?.SpringBattleID + " to B" + latestBattle?.SpringBattleID);
205-
runIterations(50);
205+
runIterations(75);
206206
UpdateRankings(players.Values);
207207
playerOldRatings = new Dictionary<int, PlayerRating>(playerRatings);
208208
});

0 commit comments

Comments
 (0)