From 9e0d67a8ea51de2c392174044c68e484ced0cc3e Mon Sep 17 00:00:00 2001 From: biglyderv Date: Fri, 31 Jan 2025 16:13:32 -0500 Subject: [PATCH] slight changes --- rank.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rank.js b/rank.js index 649136b..1c076d1 100644 --- a/rank.js +++ b/rank.js @@ -44,7 +44,7 @@ function rankCalc(result, iterations = 10) { pr = []; matrixe = []; let msum = 1; - let intv = Math.pow(0.35 / rl, Math.pow(0.1, i / mm)); + let intv = Math.pow(0.1 / rl, Math.pow(0.09, i / mm)); console.log(`Completed ${i} iterations with ${intv} threshold`) let th = -1;