You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/optimization_packages/manopt.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# Manopt.jl
2
2
3
-
[Manopt.jl](https://github.com/JuliaManifolds/Manopt.jl) is a package with implementations of a variety of optimization solvers on manifolds supported by
[Manopt.jl](https://github.com/JuliaManifolds/Manopt.jl) is a package providing solvers
4
+
for optimization problems defined on Riemannian manifolds.
5
+
The implementation is based on [ManifoldsBase.jl](https://github.com/JuliaManifolds/ManifoldsBase.jl) interface and can hence be used for all maniolds defined in
6
+
[Manifolds](https://github.com/JuliaManifolds/Manifolds.jl) or any other manifold implemented using the interface.
5
7
6
8
## Installation: OptimizationManopt.jl
7
9
@@ -29,7 +31,7 @@ The common kwargs `maxiters`, `maxtime` and `abstol` are supported by all the op
29
31
function or `OptimizationProblem`.
30
32
31
33
!!! note
32
-
34
+
33
35
The `OptimizationProblem` has to be passed the manifold as the `manifold` keyword argument.
0 commit comments