JuliaSmoothOptimizers / LinearOperators.jl

Linear Operators for Julia
Other
149 stars 31 forks source link

Nosrati diagonal quasi Newton update #283

Open MohamedLaghdafHABIBOULLAH opened 1 year ago

dpo commented 1 year ago

After this PR, I think we need to separate the updates into different types and implement push!() for each type. That will be more powerful than a large if … else … end.

codecov[bot] commented 1 year ago

Codecov Report

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

Project coverage is 96.58%. Comparing base (55e0273) to head (05ff34a). Report is 17 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #283 +/- ## ======================================= Coverage 96.57% 96.58% ======================================= Files 15 15 Lines 1052 1055 +3 ======================================= + Hits 1016 1019 +3 Misses 36 36 ```

: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
tmigot commented 5 months ago

Hey guys! Is there something blocking here?

dpo commented 5 months ago

Yes. This should be reworked after #316 has been merged.