Skip to content

Commit

Permalink
increase iterations in surrogate test
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Jun 23, 2021
1 parent c9ec7b7 commit 838d4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bayesian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ end
)
alg = BayesOptAlg(IpoptAlg())
options = BayesOptOptions(
sub_options = IpoptOptions(print_level = 0), maxiter = 30, ctol = 1e-4,
sub_options = IpoptOptions(print_level = 0), maxiter = 100, ctol = 1e-4,
ninit = 2, initialize = true, postoptimize = false,
)
r = Nonconvex.optimize(
Expand Down

0 comments on commit 838d4ee

Please sign in to comment.