Skip to content

Commit

Permalink
set rhoend to 1e-6
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed Apr 2, 2024
1 parent 6bc54d7 commit ee406df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ end
f2(x, cx) = f2(x)
n = 2
rhobeg = 1.0
rhoend = 1e-5
rhoend = 1e-6
ftarget = -Inf
maxfun = 3000n
npt = 2n + 1
Expand Down

0 comments on commit ee406df

Please sign in to comment.