From f242431a271b77d192b749f769455bf61d07450f Mon Sep 17 00:00:00 2001 From: Ronny Bergmann Date: Wed, 4 Sep 2024 14:31:38 +0200 Subject: [PATCH] a vale check. --- docs/src/about.md | 2 +- docs/src/plans/stepsize.md | 2 +- docs/src/solvers/conjugate_gradient_descent.md | 2 +- docs/src/solvers/proximal_point.md | 2 +- src/plans/record.jl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/about.md b/docs/src/about.md index 93d2442855..1ea018a27a 100644 --- a/docs/src/about.md +++ b/docs/src/about.md @@ -12,7 +12,7 @@ Thanks to the following contributors to `Manopt.jl`: * [Willem Diepeveen](https://www.maths.cam.ac.uk/person/wd292) implemented the [primal-dual Riemannian semismooth Newton](solvers/primal_dual_semismooth_Newton.md) solver. * [Hajg Jasa](https://www.ntnu.edu/employees/hajg.jasa) implemented the [convex bundle method](solvers/convex_bundle_method.md) and the [proximal bundle method](solvers/proximal_bundle_method.md) and a default subsolver each of them. * Even Stephansen Kjemsås contributed to the implementation of the [Frank Wolfe Method](solvers/FrankWolfe.md) solver. -* Mathias Ravn Munkvold contributed most of the implementation of the [Adaptive Regularization with Cubics](solvers/adaptive-regularization-with-cubics.md) solver as well as ist [Lanczos](@ref arc-Lanczos) subsolver +* Mathias Ravn Munkvold contributed most of the implementation of the [Adaptive Regularization with Cubics](solvers/adaptive-regularization-with-cubics.md) solver as well as its [Lanczos](@ref arc-Lanczos) subsolver * [Tom-Christian Riemer](https://www.tu-chemnitz.de/mathematik/wire/mitarbeiter.php) implemented the [trust regions](solvers/trust_regions.md) and [quasi Newton](solvers/quasi_Newton.md) solvers as well as the [truncated conjugate gradient descent](solvers/truncated_conjugate_gradient_descent.md) subsolver. * [Markus A. Stokkenes](https://www.linkedin.com/in/markus-a-stokkenes-b41bba17b/) contributed most of the implementation of the [Interior Point Newton Method](solvers/interior_point_Newton.md) as well as its default [Conjugate Residual](solvers/conjugate_residual.md) subsolver * [Manuel Weiss](https://scoop.iwr.uni-heidelberg.de/author/manuel-weiß/) implemented most of the [conjugate gradient update rules](@ref cg-coeffs) diff --git a/docs/src/plans/stepsize.md b/docs/src/plans/stepsize.md index 02eca3fe71..69e325e6ec 100644 --- a/docs/src/plans/stepsize.md +++ b/docs/src/plans/stepsize.md @@ -37,7 +37,7 @@ Tangent bundle with the Sasaki metric has 0 injectivity radius, so the maximum s `Hyperrectangle` also has 0 injectivity radius and an estimate based on maximum of dimensions along each index is used instead. For manifolds with corners, however, a line search capable of handling break points along the projected search direction should be used, and such algorithms do not call `max_stepsize`. -Internally the step size functions above create a [`ManifoldDefaultsFactory`](@ref). +Internally these step size functions create a [`ManifoldDefaultsFactory`](@ref). Internally these use ```@autodocs diff --git a/docs/src/solvers/conjugate_gradient_descent.md b/docs/src/solvers/conjugate_gradient_descent.md index 9986c512e4..53388610b2 100644 --- a/docs/src/solvers/conjugate_gradient_descent.md +++ b/docs/src/solvers/conjugate_gradient_descent.md @@ -32,7 +32,7 @@ PolakRibiereCoefficient SteepestDescentCoefficient ``` -## Internal rule storages +## Internal rules for coefficients ```@docs Manopt.ConjugateGradientBealeRestartRule diff --git a/docs/src/solvers/proximal_point.md b/docs/src/solvers/proximal_point.md index c6b1180e2c..ecafba9e7e 100644 --- a/docs/src/solvers/proximal_point.md +++ b/docs/src/solvers/proximal_point.md @@ -1,4 +1,4 @@ -# Proximal Point Method +# Proximal point method ```@meta CurrentModule = Manopt diff --git a/src/plans/record.jl b/src/plans/record.jl index bb5bc213c0..3dc91435cd 100644 --- a/src/plans/record.jl +++ b/src/plans/record.jl @@ -523,7 +523,7 @@ $(_var(:Keyword, :inverse_retraction_method)) storage = StoreStateAction(M; store_points=Tuple{:Iterate}) ) -with the preceding fields as keywords. For the `DefaultManifold` only the field storage is used. +with the previous fields as keywords. For the `DefaultManifold` only the field storage is used. Providing the actual manifold moves the default storage to the efficient point storage. """ mutable struct RecordChange{