JuliaSmoothOptimizers / OptimizationProblems.jl

Optimization Problems for Julia
Other
88 stars 48 forks source link

Biggs exp6 #165

Closed Learningchipmunk closed 2 years ago

Learningchipmunk commented 2 years ago

Adds this problem to the library:

Source: problem 18 in J.J. More', B.S. Garbow and K.E. Hillstrom, "Testing Unconstrained Optimization Software", ACM Transactions on Mathematical Software, vol. 7(1), pp. 17-41, 1981.

codecov[bot] commented 2 years ago

Codecov Report

Merging #165 (f118556) into main (5dd8fc2) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff            @@
##             main     #165    +/-   ##
========================================
  Coverage   99.57%   99.57%            
========================================
  Files         658      694    +36     
  Lines        5679     5937   +258     
========================================
+ Hits         5655     5912   +257     
- Misses         24       25     +1     
Impacted Files Coverage Δ
src/ADNLPProblems/biggs6.jl 100.00% <100.00%> (ø)
src/Meta/biggs6.jl 100.00% <100.00%> (ø)
src/PureJuMP/biggs6.jl 100.00% <100.00%> (ø)
src/ADNLPProblems/osborne2.jl 100.00% <0.00%> (ø)
src/Meta/powellbs.jl 100.00% <0.00%> (ø)
src/ADNLPProblems/osborne1.jl 100.00% <0.00%> (ø)
src/PureJuMP/spmsrtls.jl 100.00% <0.00%> (ø)
src/Meta/BOX2.jl 100.00% <0.00%> (ø)
src/Meta/spmsrtls.jl 100.00% <0.00%> (ø)
src/Meta/helical.jl 100.00% <0.00%> (ø)
... and 26 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5dd8fc2...f118556. Read the comment docs.