Update prox-grad backtracking condition#606
Conversation
# Conflicts: # Changelog.md
Co-authored-by: Ronny Bergmann <git@ronnybergmann.net>
Co-authored-by: Ronny Bergmann <git@ronnybergmann.net>
# Conflicts: # Changelog.md # src/plans/proximal_gradient_plan.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ronny Bergmann <git@ronnybergmann.net>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #606 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 91 91
Lines 10052 10054 +2
=========================================
+ Hits 10052 10054 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Is this breaking existing behaviour? Then it should probably be part of the forthcoming 0.6 release? Besides that one of your stopping criteria is now not code cov'ed on 2 lines, |
I don't think this is breaking. But I am a bit puzzled by those 2 missing lines. Will try to cover them. |
The
:convexbacktracking strategy forproximal_gradient_methodnow entails a slightly different condition whenever the upper bound on the sectional curvature of the manifold, input via thek_maxkwarg, is positive. This comes with a "tolerance" type parameter,δ, which must be positive.