Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-08 | 726 Bytes | |
v0.5.20 source code.tar.gz | 2025-07-08 | 1.8 MB | |
v0.5.20 source code.zip | 2025-07-08 | 1.9 MB | |
Totals: 3 Items | 3.7 MB | 5 |
Manopt v0.5.20
Added
- a
DebugWarnIfStepsizeCollapsed
DebugAction and a related:WarnStepsize
symbol for the debug dictionary. This is to be used in conjunction with theProximalGradientMethodBacktracking
stepsize to warn if the backtracking procedure of theproximal_gradient_method
hit the stepsize length threshold without converging.
Changed
- bumped dependencies.
Fixed
- Fixed a few typos in the docs.
Merged pull requests: - Fix enumerate in first order objective. (#485) (@kellertuer) - Debug warning for RPG backtracking (#486) (@hajg-ijk) - Bump forwarddiff. (#487) (@kellertuer)