Skip to content

Latest commit

 

History

History

manopt

Manopt is a Matlab toolbox for optimization on manifolds.

Installation instructions, documentation and updates are available online:
http:https://www.manopt.org

Manopt is copyright by Nicolas Boumal ([email protected])
and is distributed under the terms of the GNU General Public License (GPL)
version 3 (or later). See the files LICENSE.TXT, COPYING.TXT and CREDITS.TXT.

Contact: [email protected]


Quick installation guide
------------------------

* Unzip and copy the whole manopt directory you just downloaded in a
  location of your choice on disk, say, in /my/directory/.

* Go to /my/directory/manopt/ at the command prompt and execute importmanopt.
  You may save this path for your next Matlab sessions: follow the menu
  File » Set Path... and save.

* Go to /my/directory/manopt/checkinstall/ and run the script basicexample.m.
  If there are no errors, you are done! Otherwise, feel free to contact us.


Feedback
--------

Please let us know how you use Manopt: it helps us develop a better toolbox.

Please cite the Manopt paper in your work (as well as relevant solvers/geometries):
http:https://jmlr.org/papers/v15/boumal14a.html

@article{manopt,
  author  = {Nicolas Boumal and Bamdev Mishra and P.-A. Absil and Rodolphe Sepulchre},
  title   = {{M}anopt, a {M}atlab Toolbox for Optimization on Manifolds},
  journal = {Journal of Machine Learning Research},
  year    = {2014},
  volume  = {15},
  pages   = {1455--1459},
  url     = {http:https://www.manopt.org}
}



For more info or help: http:https://www.manopt.org -- we are active on the forum!

This version:
Manopt 4.0, released Sep. 9, 2017.


GitHub: https://github.com/NicolasBoumal/manopt