-
**Commit:**
bdfc973d4ed46ff2b3ac5765c2063543b6425a9a
To reproduce the issue:
```
dynamatic> set-dynamatic-path ./dynamatic; set-src ./dynamatic/integration-test/admm/admm.c; set-clock-perio…
-
I have noticed that in the current version of the code, the ADMM algorithm does not seem to converge. However, in the arXiv version of the paper, the ADMM algorithm is reported to converge successfull…
-
In the ADMM integration test, the line:
float u_bound = vdc * 0.5;
causes the error:
```
./dynamatic; set-src ./dynamatic/integration-test/admm/admm.c; set-clock-period 4; compile --si…
-
### Library name
OSQP: Operator Splitting Quadratic Program
### Library description
A quadratic program solver that uses the ADMM algorithm
### Source repository URL
https://github.com/osqp/osqp
…
-
Is the assumption about the symmetry of C_eigen right?
-
In some cases we may wish to rechunk our data prior to execution. This can help to balance between high scheduling overheads (too many tasks) and poor load balancing (too few tasks).
It appears …
-
For special weight matrices, we can provide even more efficient algorithms than the general-purpose ADMM or AMA methods.
- For w_ij are all equal, i.e., the graph is unweighted, we can use the algo…
-
Hi there :wave:
I'm exploring using TinyMPC to generate MPC controllers from Julia the JuliaControl ecosystem, and have setup a small little example with 5 state variables, 1 input and a predictio…
-
**Is your feature request related to a problem? Please describe.**
Recently, there have been two papers that have demonstrated that Griffin-Lim ADMM has a higher quality than Fast Griffin Lim (the cu…
-