Skip to content

Latest commit

 

History

History
56 lines (56 loc) · 2.87 KB

readme.md

File metadata and controls

56 lines (56 loc) · 2.87 KB

ARNT beta 1.0

A MATLAB software for solving optimization problems on manifold.

Problems and solvers

  • The package contains codes for optimization problems on manifold:
    ​ min f(x) s.t. x in M, where M is Riemannian manifold.

  • The manifold structure of ARNT is taken from the Manopt package. Further information can be found on the website www.manopt.org. We thank the authors for kindly sharing their codes. Their specific licenses should be considered before modifying and/or redistributing them.

References

The Authors

We hope that the package is useful for your application. If you have any bug reports or comments, please feel free to email one of the toolbox authors:

  • Jiang Hu, jianghu at pku.edu.cn
  • Zaiwen Wen, wenzw at pku.edu.cn

Installation

>> startup

>> cd example

>> test_ncm

Copyright


Copyright (C) 2017, Jiang Hu, Zaiwen Wen

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/