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;