Giter Club home page Giter Club logo

arnt's Introduction

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/

arnt's People

Contributors

optsuite avatar hujiangpku avatar

Watchers

James Cloos avatar paper2code - bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.