Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Baran <[email protected]>
  • Loading branch information
kellertuer and mateuszbaran authored Oct 19, 2024
1 parent 7ff1e88 commit c7d839b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plans/stopping_criterion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ $(_math(:distance))(p,q) = $(_tex(:Bigl))( $(_tex(:sum))_{k=1}^n $(_math(:distan
```
where the sum turns into a maximum for the case ``r=∞``.
The `outer_norm` has no effect on manifols, that do not consist of components.
The `outer_norm` has no effect on manifolds that do not consist of components.
If the manifold does not have components, the outer norm is ignored.
Expand All @@ -239,7 +239,7 @@ If the manifold does not have components, the outer norm is ignored.
threshold::Float64;
storage::StoreStateAction=StoreStateAction([:Iterate]),
inverse_retraction_method::IRT=default_inverse_retraction_method(M)
outer_norm=missing
outer_norm::Union{Missing,Real}=missing
)
initialize the stopping criterion to a threshold `ε` using the
Expand Down

0 comments on commit c7d839b

Please sign in to comment.