-
I would suggest the following tests:
- run ADMM on `case9`
- check the number of iterations and the final result
-
Replace `print` with `logging.info` in the `set_up` method of the following algorithms
- [PDHG](#1258 )
- ADMM
- SIRT
- GD
- FISTA
- CGLS
- SPDHG
-
The initial is passed into the set_up method, but it is only used in this line where it is overwritten with zeros. Is that correct?
On the other hand, in their set_up method GD, ADMM, SIRT, SPDHG do …
-
Here is a brief summary of the current spatial-LDA integration into the ark pipeline and some things users should be aware of:
Notebooks:
There are currently two notebooks for spatial-LDA. One is…
-
Some tests got failed only on GPU.
```
Test Summary: | Pass Fail Total
Testing ADMM algorithms on GPUs | 198 27 225
…
-
Hi @SteveDiamond , I found a bug in `linearized_admm.py` causing the algorithm to return exceptions. I documented it in the draft pull request: https://github.com/comp-imaging/ProxImaL/pull/62
Coul…
-
**Describe the issue**:
I noticed that when using AMDD, there was a base_algo parameter in the original version,Can decide whether to prune weight, channel or filter:
`classnni.algorithms.compressio…
-
https://github.com/TomographicImaging/CIL/blob/3f0cb9dd363ac386832d3034717f022c3b2952a1/Wrappers/Python/cil/optimisation/algorithms/GD.py#L105
Hi, would it be possible to add some sort of optional …
-
Hi, Mr Xue.
Sorry to bother you but I want to learn why you update the value of mu (In the line 67, in File tnn_admm.m of Dir "algorithms")? I don't think you have ever mentioned it in you paper.
…
-
With the addition of new optimizers, I find having each optimizer as a top-level module odd. I.e., looking at the table of contents for the API reference (https://scico--117.org.readthedocs.build/en/1…