From 371b24b7c117d28c86fd60630bf2c3f4146378c7 Mon Sep 17 00:00:00 2001 From: RobKohr Date: Thu, 5 Apr 2018 13:10:01 -0400 Subject: [PATCH] Update glicko.js --- glicko.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/glicko.js b/glicko.js index b7eb6b4..db65475 100644 --- a/glicko.js +++ b/glicko.js @@ -16,9 +16,7 @@ player.rd2 = player.rd/173.7178 return player; } - - - /* +/* Glicko-2 main function (attempts to follow the paper) Calculate the adjustments to a player after playing against a set of opponents.