-
Notifications
You must be signed in to change notification settings - Fork 97
/
README.txt
62 lines (40 loc) · 1.79 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
54
55
56
57
58
59
60
61
Manopt is a Matlab toolbox for optimization on manifolds.
Installation instructions, documentation and updates are available online:
https://www.manopt.org
This is open source software.
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 files LICENSE.TXT, COPYING.TXT and CREDITS.TXT.
Contact: [email protected]
Quick installation guide
------------------------
1. Either git-clone or unzip the whole `manopt` directory you just
downloaded in a location of your choice, say, in `/my/directory/`.
2. Go to `/my/directory/manopt/` at the Matlab prompt and
execute `importmanopt`.
3. You will be asked whether you want to save this path for your next
Matlab sessions. If you reply `Y` (yes) and you have the rights to
run `savepath`, then you won't need to go through these steps next
time you open Matlab.
4. Run checkinstall.m.
If there are no errors, you are all set.
Otherwise, feel free to let us know on the forum.
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 = {Boumal, N. and Mishra, B. and Absil, P.-A. and Sepulchre, R.},
journal = {Journal of Machine Learning Research},
title = {{M}anopt, a {M}atlab Toolbox for Optimization on Manifolds},
year = {2014},
number = {42},
pages = {1455--1459},
volume = {15},
url = {https://www.manopt.org},
}
For more info or help: https://www.manopt.org -- we are active on the forum!
This version:
Manopt 8.0, released July 5, 2024.
GitHub: https://github.com/NicolasBoumal/manopt