Skip to content

Commit

Permalink
Update runtests.jl with better globalization strategy options
Browse files Browse the repository at this point in the history
The globalization strategy options for the SLP method were inherited from the ipopt preset. They're now set to the values of the filtersqp preset.
  • Loading branch information
cvanaret authored Nov 14, 2024
1 parent 82fb2b4 commit 2d477ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/julia/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ function Optimizer_LP()
"subproblem=LP",
"switch_to_optimality_requires_linearized_feasibility=yes",
"tolerance=1e-5",
# globalization strategy options
"armijo_decrease_fraction=1e-4",
"filter_beta=0.999",
"filter_fact=1.25",
"filter_gamma=0.001",
"filter_ubd=1e2",
"switching_delta=0.999"
])
end

Expand Down

0 comments on commit 2d477ea

Please sign in to comment.