Skip to content

Commit f58617e

Browse files
committed
Increase number of iterations to improve accuracy
1 parent 14d4038 commit f58617e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/scipy_sparse/examples/lobpcg_sakurai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def sakurai(n):
5050
B,
5151
tol=1e-6,
5252
largest=False,
53-
maxiter=500,
53+
maxiter=2000,
5454
retResidualNormsHistory=1,
5555
)
5656
data.append(time.time() - tt)

0 commit comments

Comments
 (0)