Skip to content

Commit cfa7508

Browse files
Update NNPDEHan_tests.jl
1 parent a11ba12 commit cfa7508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/NNPDEHan_tests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ u0 = Flux.Chain(Dense(d,hls,relu),
194194

195195
alg = NNPDEHan(u0, σᵀ∇u, opt = opt)
196196

197-
ans = solve(prob, alg, verbose = true, abstol=1e-8, maxiters = 150, dt=dt, trajectories=m)
197+
ans = solve(prob, alg, verbose = true, abstol=1e-8, maxiters = 1000, dt=dt, trajectories=m)
198198

199199
T = tspan[2]
200200
MC = 10^5

0 commit comments

Comments
 (0)