We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caeef36 commit 563e39fCopy full SHA for 563e39f
1 file changed
examples/financial/black_scholes_options.py
@@ -58,7 +58,7 @@ def black_scholes(S, X, R, V, T):
58
af.eval(P)
59
af.sync()
60
61
- num_iter = 5
+ num_iter = 100
62
for N in range(50, 501, 50):
63
S = af.randu(M, N)
64
X = af.randu(M, N)
0 commit comments