-
Trying to find the equivalent of the inverse retraction available in matlab manopt manifold factories for pymanopt manifolds? Any hints?
-
Some events intrinsically needs to targets multiple entities.
For example collision events will need to be able to report to multiple entities. You can currently simulate this by cloning the event …
musjj updated
6 months ago
-
Although the example tutorials include use of JAX in Pymanopt optimization, I haven't seen explicit use of JAX jit compilation functionality. Is compilation happening in the background? If not, is it …
-
Add table of types of constraints on manifolds: Riemannian,
symplectic, almost complex, complex, Kahler, hyperKahler, special
Kahler, quaternionic, Calabi-Yau... Mention examples (e.g. K3, C^2/Gamma)
-
With `change_representer` soon being in `ManifoldsBase.jl`, it seem reasonable to move `gradient` and `gradient!` from Manifolds here?
-
## TAC:
On-manifold KDE approx products, e.g. `pqr = p * q * r`, where p,q,r are probability densities, and on say SE(3) manifold, or similar.
Note: probability density on manifold here is akin …
-
The tentative suggestion is that `scitype((p, M)) = ManifoldPoint{typeof(M)}` whenever `M isa Manifolds.Manifold`.
Context:https://github.com/JuliaManifolds/ManifoldML.jl/issues/3
Requires: https…
-
Hi, after your recent changes i now get an assert in the broadphase destructor event without creating any physics objects.
I am basically doing attach/detach
```
broadphase::~broadphase() {
…
-
The current interface makes it easy to cause ambiguities with the two-argument variant, see https://github.com/JuliaManifolds/Manifolds.jl/pull/722 . Maybe the function could be restructured to make i…
-
Hi,
Is it possible to include the function that conducts spline regression in the Riemann manifold? I read a paper "Smoothing splines on Riemannian manifolds, with applications to 3D shape space" pub…