impatient
This commit is contained in:
parent
1edbbb0457
commit
74b0ae8b90
1 changed files with 1 additions and 1 deletions
2
rank.js
2
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;
|
||||
|
|
Loading…
Reference in a new issue