Skip to content

Commit

Permalink
Add jacobian_tangent_basis to docstring (#304)
Browse files Browse the repository at this point in the history
* Add jacobian_tangent_basis to docstring
* Update src/solvers/LevenbergMarquardt.jl

---------

Co-authored-by: Mateusz Baran <[email protected]>
  • Loading branch information
blegat and mateuszbaran authored Oct 16, 2023
1 parent c4bc49d commit 81b7328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solvers/LevenbergMarquardt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ then the keyword `jacobian_tangent_basis` below is ignored
* `β` – parameter by which the damping term is multiplied when the current new point is rejected
* `initial_residual_values` – the initial residual vector of the cost function `f`.
* `initial_jacobian_f` – the initial Jacobian of the cost function `f`.
* `jacobian_tangent_basis` - [`AbstractBasis`](https://juliamanifolds.github.io/ManifoldsBase.jl/stable/bases/#ManifoldsBase.AbstractBasis) specify the basis of the tangent space for `jacobian_f`.
All other keyword arguments are passed to [`decorate_state!`](@ref) for decorators or
[`decorate_objective!`](@ref), respectively.
Expand Down

0 comments on commit 81b7328

Please sign in to comment.