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
https://www.pymanopt.org/ provides numerical optimization algorithms over various families of manifolds (Sphere, Stiefel, Grassmann, ...) and their products.
I propose to
add these manifolds as Sage classes
each providing a method _manopt_ that produces the corresponding pymanopt class
https://www.pymanopt.org/ provides numerical optimization algorithms over various families of manifolds (
Sphere
,Stiefel
,Grassmann
, ...) and their products.I propose to
_manopt_
that produces the corresponding pymanopt class_manopt_
would create an instance of a subclass of https://www.pymanopt.org/docs/api-reference.html#pymanopt.manifolds.manifold.Manifold that implements the required methods using SageManifold's symbolic computation.CC: @egourgoulhon @mjungmath @dimpase
Component: manifolds
Issue created by migration from https://trac.sagemath.org/ticket/30495
The text was updated successfully, but these errors were encountered: