JuliaSmoothOptimizers / SolverBenchmark.jl

Benchmark tools for solvers
Other
23 stars 10 forks source link

example benchmark scripts #159

Closed dpo closed 4 months ago

dpo commented 4 months ago

the scripts cover problems from

  1. CUTEst
  2. AMPL
  3. OptimizationProblems/ADNLPProblems
  4. OptimizationProblems/PureJuMP.
dpo commented 4 months ago

If/when this looks ok, let's include the scripts in the docs.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.36%. Comparing base (c234129) to head (f2a6177). Report is 4 commits behind head on main.

:exclamation: Current head f2a6177 differs from pull request most recent head 3b72c27

Please upload reports for the commit 3b72c27 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #159 +/- ## ========================================== - Coverage 77.84% 76.36% -1.48% ========================================== Files 13 12 -1 Lines 325 292 -33 ========================================== - Hits 253 223 -30 + Misses 72 69 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dpo commented 4 months ago

@tmigot Yes, let's add the example scripts to the tutorial.