slight changes

This commit is contained in:
biglyderv 2025-01-31 16:13:32 -05:00
parent 354a9e75d2
commit 9e0d67a8ea

View file

@ -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;