ts_algorithms
ts_algorithms copied to clipboard
l2 Constrained TV minimization using Chambolle-Pock
Adds an algorithm l2con_tv_min2d for solving a residual constrained TV minimization problem using Chambolle-Pock, based on the implementation of tv_min2d.
Both l2con_tv_min2d and tv_min2d print the duality-gap if progress_bar = True is set, though the duality gap currently does not converge to zero. Perhaps due to a mismatch between (smoothed) (an)isotropic TV regularization?