google / google/jaxopt

Projected gradient for multidimensional array

Open
#594 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.1k
Forks
76
Avg merge
2d 21h
Merged PRs (30d)
1

Description

Hi -- I have an array that is `mxnxn`. Each of the `m` `nxn` matrices represents a single "frame." I wish to enforce that each `nxn` matrix/frame is a doubly-stochastic matrix. For a single `nxn` matrix, I could use projected gradients with the [birkhoff](https://jaxopt.github.io/stable/_autosummary/jaxopt.projection.projection_birkhoff.html) projection. However, I would like to apply this constraint to *every* `nxn` matrix.

Does anyone know how to best implement this?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.