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;