Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jacobian_tangent_basis to docstring #304

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`](@ref https://juliamanifolds.github.io/ManifoldsBase.jl/stable/bases/#ManifoldsBase.AbstractBasis) specify the basis of the tangent space for `jacobian_f`.
mateuszbaran marked this conversation as resolved.
Show resolved Hide resolved

All other keyword arguments are passed to [`decorate_state!`](@ref) for decorators or
[`decorate_objective!`](@ref), respectively.
Expand Down
Loading