From 56b5f17771098be52fe3b54cced3f626e0805872 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Fri, 31 Jan 2025 16:16:14 -0500 Subject: [PATCH] test --- rank.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rank.js b/rank.js index 1c076d1..735820b 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.1 / rl, Math.pow(0.09, i / mm)); + let intv = Math.pow(0.01 / rl, Math.pow(0.09, i / mm)); console.log(`Completed ${i} iterations with ${intv} threshold`) let th = -1;