Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 767 Bytes

todo.md

File metadata and controls

19 lines (12 loc) · 767 Bytes

pymanopt todo list

  • implement tests

  • manifolds

    • Stiefel @118: simplify expressions if possible
  • solvers

    • nelder_mead @31: need to decide what to do about the TR iterations
    • solvers cast to np.array before returning
  • tools

    • autodiff theano and tensorflow: FixedRankEmbedded compatibility
    • autodiff autograd: move type checking outside of compiled function
    • autodiff/_theano @82: fix theano's no Rop fallback for the product manifold/investigate whether this no Rop fallback is really necessary
    • autodiff/_autograd: fix product manifold when one or more of the manifolds is FixedRankEmbedded