Skip to content

Commit fe4f28a

Browse files
committed
Merge branch 'kt-mb/modified-LM' of github.com:JuliaManifolds/Manopt.jl into kt-mb/modified-LM
# Conflicts: # Changelog.md # docs/src/notation.md
2 parents 920ea2f + 569a69c commit fe4f28a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ We also unified a few of the internal solver state constructors.
2929
* the keyword `initial_jacobian_f` within `LevenbergMarquardt` is unified in naming to the residual values vector and called `initial_jacobian_matrices`. If you call `LevenbergMarquardt` with a single vector component, also a single matrix is allowed. (#617)
3030
* an internal field of the solver state of Levenberg-Marqwuardt was called `jacobian_f` the same as the functions whose result it meant to cache if applicable. To distinguish both, the field is now called `jacobian_matrices`. (#617)
3131
* the `max_stepsize(M)` on the [`SymmetricPositiveDefinite`](https://juliamanifolds.github.io/Manifolds.jl/stable/manifolds/symmetricpositivedefinite/) manifold was changed from returning `Inf`, which is the mathematical maximal stepsize to returning the square root of the maximum (floating point) value to avoid numerical instabilities.
32+
* title of "How to define the cost in the embedding" tutorial (#615)
3233

3334
### Fixed
3435

0 commit comments

Comments
 (0)