Skip to content

Commit

Permalink
Turn off Broyden and Klement for 23 Test Problems
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 25, 2023
1 parent 6fb534f commit 28ea63a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/23_test_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ end
test_on_library(problems, dicts, alg_ops, broken_tests)
end

# Broyden and Klement Tests are quite flaky and failure seems to be platform dependent
# needs additional investigation before we can enable them
#=
@testset "GeneralBroyden 23 Test Problems" begin
alg_ops = (GeneralBroyden(),
GeneralBroyden(; linesearch = LiFukushimaLineSearch(; beta = 0.1)),
Expand All @@ -105,5 +108,6 @@ end
test_on_library(problems, dicts, alg_ops, broken_tests)
end
=#

# NOTE: Not adding LimitedMemoryBroyden here since it fails on most of the preoblems

0 comments on commit 28ea63a

Please sign in to comment.