https://github.com/innerlee/manopt
My modification of manopt toobox.
https://github.com/innerlee/manopt
Last synced: 5 months ago
JSON representation
My modification of manopt toobox.
- Host: GitHub
- URL: https://github.com/innerlee/manopt
- Owner: innerlee
- License: other
- Created: 2015-01-06T01:00:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T03:28:27.000Z (over 11 years ago)
- Last Synced: 2025-04-05T17:45:39.677Z (about 1 year ago)
- Language: Matlab
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: COPYING.txt
Awesome Lists containing this project
README
Manopt is a Matlab toolbox for optimization on manifolds.
Installation instructions, documentation and updates are available online: http://www.manopt.org
Manopt is copyright (C) 2014 by Nicolas Boumal (nicolasboumal@gmail.com) 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: manopttoolbox@gmail.com
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:
http://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://www.manopt.org}
}
For more info or help: http://www.manopt.org
This version:
Manopt 1.0.7, released August 12, 2014.