impatient

This commit is contained in:
biglyderv 2025-02-01 03:29:54 -05:00
parent 1edbbb0457
commit 74b0ae8b90

View file

@ -79,7 +79,7 @@ function rankCalc(result, iterations = 10, main = [], domain_mode = false) {
pr = []; pr = [];
matrixe = []; matrixe = [];
let msum = 1; 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`) console.log(`Completed ${i} iterations with ${intv} threshold`)
let th = -1; let th = -1;