Skip to content
/ ARNT Public

Adaptive Regularized Newton Method for Riemannian Optimization

License

Notifications You must be signed in to change notification settings

optsuite/ARNT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARNT beta 1.1

The algorithms in arnt.m and RNewton.m are modified to be more stable, especially when a high accuracy is required.

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.

Applications have been solved by these solvers:

  • Homogeneous polynomial optimization problems with multiple spherical constraints: $$\max ; \sum_{1\le i\le n_1, 1\le j \le n_2, 1 \le k \le n_3, 1\le l \le n_4} a_{ijkl} x_i y_j z_k w_l ; s.t., |x|_2 = |y|_2 = |z|_2 = |w|2= 1,$$ where $A = (a{ijkl})$ is a fourth-order tensor of size $n\times n \times n\times n$.
  • Maxcut SDP: $\min \mathrm{Tr}(CX), s.t., X_{ii}=1, X \succeq 0$
  • SDP: $\min \mathrm{Tr}(CX), s.t., \mathrm{Tr}(X)=1, X \succeq 0 $
  • Low-Rank Nearest Correlation Estimation: $ \min_{ X \succeq 0} ; \frac{1}{2} | H \odot (X - C) |F^2, ; X{ii} = 1, ; i = 1, \ldots, n, ; \mathrm{rank}(X) \le p.$
  • The Bose–Einstein condensates (BEC) problem
  • Linear eigenvalue problems: $\min \mathrm{Tr}(X^{\top}AX), s.t., X^{\top}X =I $
  • The electronic structure calculation: the Kohn-Sham total energy minimization and the Hartree-Fock total energy minimization
  • Quadratic assignment problem
  • Harmonic energy minimization

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/

About

Adaptive Regularized Newton Method for Riemannian Optimization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages