This repository hosts an implementation of first-order methods for optimization over the cone of nonnegative trigonometric matrix polynomials
where the matrices
There are essentially three main folders:
- The Bregman proximal operator and the two algorithms in the paper referred to as Bregman Douglas--Rachford and Improved interior gradient algorithm are implemented in the
algorithms
folder. - The results presented in Section 5.1 of the paper were produced using the code in the
eucl_proj
folder. - The results presented in Section 5.2 of the paper were produced using the code in the
graphical_models
folder.
If you have any questions, feel free to reach out.
If you wish to cite this work, please use the following BibTeX:
@ARTICLE{CED24,
author={Cederberg, D.},
journal={TODO},
title={First-order methods for optimization over nonnegative trigonometric matrix polynomials},
year={2024}
}