-
Hi everyone!
I noticed manopt may take a long time to clone. Looking closer at the repo distribution, I see most of the content (22.5/24.8MB) is due to web/ and releases/. This is quite inconvenient …
-
Consider the file here
https://github.com/JuliaManifolds/Manopt.jl/blob/chambolle-pock/examples/ChambollePock/SPD_Signal_TV.jl
running on that file a format yields an error, that I do not unders…
-
Nicolas,
First thanks for building ManOpt. It's just great. I have been looking into the source code, but could not figure out whether the strong Wolfe conditions are employed at any stage/version …
-
I noticed that if you do
```julia
using Manifolds, Manopt
M = Sphere(2)
N = PowerManifold(M, NestedPowerRepresentation(), 3)
p = [[1.0,0.0,0.0], [0.0,1.0,0.0], [0.0,0.0,1.0]]
```
Then with …
-
@NicolasBoumal,
Is there a quick workaround for having a solver that alternatively minimizes the parameters X={x_i}_i on a product manifold? I am talking about for instance a trust-region solver th…
-
While currently porting Manopt, I noticed, that it might be nice to have easier access methods. As an example for something like
````julia
M = Stiefel(3,2)^(5,4)
````
and having `p` on the man…
-
In the matlab implementation, the lincomb function is used to calculate the descent direction, for instance `desc_dir = problem.M.lincomb(newx, -1, grad)`. but in your implementation, you simply use `…
-
We should at least have the unit simplex, potentially also the general simplex
-
Now that we have a new name, maybe we could also think about a Logo. One of my ideas (that I had for Manopt.jl actually but then they were missing the opt-part, so I am working on something different …
-
Hi! I'm really excited about this package. I have the following snippet floating around in my code for generating a random point uniform on the Stiefel:
```Julia
struct UnifSt{T