JuliaSmoothOptimizers / LinearOperators.jl

Linear Operators for Julia
Other
150 stars 32 forks source link

Add DBFGS and Wolk updates #289

Closed MohamedLaghdafHABIBOULLAH closed 7 months ago

MohamedLaghdafHABIBOULLAH commented 1 year ago

@geoffroyleconte here are the new diagonal updates DBFGS and Wolk

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 94.73% and project coverage change: -0.04% :warning:

Comparison is base (80e20ea) 96.57% compared to head (dd67a6f) 96.53%.

:exclamation: Current head dd67a6f differs from pull request most recent head fe69b39. Consider uploading reports for the commit fe69b39 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #289 +/- ## ========================================== - Coverage 96.57% 96.53% -0.04% ========================================== Files 15 15 Lines 1052 1069 +17 ========================================== + Hits 1016 1032 +16 - Misses 36 37 +1 ``` | [Files Changed](https://app.codecov.io/gh/JuliaSmoothOptimizers/LinearOperators.jl/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers) | Coverage Δ | | |---|---|---| | [src/DiagonalHessianApproximation.jl](https://app.codecov.io/gh/JuliaSmoothOptimizers/LinearOperators.jl/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL0RpYWdvbmFsSGVzc2lhbkFwcHJveGltYXRpb24uamw=) | `95.31% <94.73%> (-0.44%)` | :arrow_down: |

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

github-actions[bot] commented 1 year ago
Package name latest stable
CaNNOLeS.jl
DCISolver.jl
FletcherPenaltySolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl
dpo commented 7 months ago

Please rework as in #316.

dpo commented 7 months ago

@MohamedLaghdafHABIBOULLAH Did you mean to close this?

MohamedLaghdafHABIBOULLAH commented 7 months ago

@dpo Sorry, I didn't mean to. When I wanted to rebase it, I may have dropped this commit. Is there a way to reopen it or come back to the previous state?