test
This commit is contained in:
parent
9e0d67a8ea
commit
56b5f17771
1 changed files with 1 additions and 1 deletions
2
rank.js
2
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;
|
||||
|
|
Loading…
Reference in a new issue