-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
53 lines (34 loc) · 1.69 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 ([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://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 -- we are active on the forum!
This version:
Manopt 3.0, released Nov. 12, 2016.
GitHub: https://github.com/NicolasBoumal/manopt