pyunlocbox icon indicating copy to clipboard operation
pyunlocbox copied to clipboard

A Python convex optimization package using proximal splitting methods

Results 9 pyunlocbox issues
Sort by recently updated
recently updated
newest added

Dear developers, it seems that the parameter ```lambda_``` has been forgotten from the definition of ```norm_tv``` (as visible from [here](https://github.com/epfl-lts2/pyunlocbox/blob/master/pyunlocbox/functions.py)). Is it programmed like this on purpose?

I added Chambolle-Pock primal-dual algorithm. I also added a parameter in the 'norm_nuclear' function to benefit from the hermitian property in 'np.linalg.svd'.

This is a work-in-progress pull request that I recommend not to merge in until I am done fixing and implementing new complex support features. I will be adding commits to...

It makes for cleaner doctests, but it doesn't pass `make lint` with errors like `F821 undefined name 'operators'`.

Trying to implement a line search procedure that can be used by the primal dual algorithms.

Hello, I have a question concerning the initialization of the dual solution in the class "primal_dual". We consider the minimization of f(L*x) + g(x). If I understood well, if the...

I'm trying to solve an implementation of the space-variant deconvolution algorithm presented in [Flicker & Rigaut (2005)](https://doi.org/10.1364/JOSAA.22.000504) and reviewed [here](https://ujm.hal.science/ujm-00979825/file/IJCV_denis_approx_inv_shiftvariant_blur_R2.pdf). I have PSFs sampled over the field, which are centered...

for testing the spatially varying PSF deconvolution algorithm from Flicker & Rigaugt 2005

hello, I'm japanese university student. I use this library for my graduation thesis research. I have a puestion. Can this library only solve a mairix whose input n*n?