From 74b0ae8b9042e4a2d5f896c70f261943a0f50648 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sat, 1 Feb 2025 03:29:54 -0500 Subject: [PATCH] impatient --- rank.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rank.js b/rank.js index 27c8370..7c88399 100644 --- a/rank.js +++ b/rank.js @@ -79,7 +79,7 @@ function rankCalc(result, iterations = 10, main = [], domain_mode = false) { pr = []; matrixe = []; let msum = 1; - let intv = Math.pow(0.001 / 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;