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
Am I understanding the code and this limitation well? If yes, is there a timeline for adding this possibility? It can be handy in case someone wants to test some ideas for new representations quickly. If not, can you point me to a minimal example of how to create a novel space/manifold in python (it is rather obvious how to do this in C++)?
Thanks again!
The text was updated successfully, but these errors were encountered:
We have no support for deriving manifold classes from Python yet. I think we could do that but it will have to be after we close one of open PRs which change everything. The API is not fully stable yet.
Also, we're not sure of how the algorithms behave yet on non-Lie group manifolds
Hello,
Thanks for the great library!
As far as I understand, there is no way of creating a new space/manifold in
python
. I want to do something like:Am I understanding the code and this limitation well? If yes, is there a timeline for adding this possibility? It can be handy in case someone wants to test some ideas for new representations quickly. If not, can you point me to a minimal example of how to create a novel space/manifold in
python
(it is rather obvious how to do this in C++)?Thanks again!
The text was updated successfully, but these errors were encountered: