Skip to content

Commit 7fd8d8e

Browse files
committed
more euler heston paths
1 parent fc1e8cc commit 7fd8d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/agreement/montecarlo_heston.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ using Random
190190
mc_euler_method = MonteCarlo(
191191
HestonDynamics(),
192192
EulerMaruyama(),
193-
SimulationConfig(num_paths; steps=200, seeds=seeds, variance_reduction=Hedgehog.Antithetic())
193+
SimulationConfig(5*num_paths; steps=200, seeds=seeds, variance_reduction=Hedgehog.Antithetic())
194194
)
195195
solution_euler = solve(problem, mc_euler_method)
196196
price_euler = solution_euler.price

0 commit comments

Comments
 (0)