David Hong
David Hong
Opening a new issue regarding `uniform_distribution`'s for: + `GeneralizedStiefel`, + `GeneralizedGrassmann`, + complex-valued versions of `Stiefel`/`Grassmann`/`GeneralizedStiefel`/`GeneralizedGrassmann`. Question was raised (and discussed) in #141 while discussing `uniform_distribution` for the real-valued `Stiefel`...
Thanks for this very nice package! We're using it over in https://github.com/dahong67/GCPDecompositions.jl I have some settings there where it can be significantly more efficient to compute the function and gradient...
As far as I can tell, `kmeans` currently always does only one run of K-means from one initialization. However, it can sometimes be quite helpful to do multiple runs of...