A set of MATLAB modules for the L1-Norm Minimization problem. In particular, the algorithms from the following paper are provided: [B21] V. Bonifaci. A Laplacian Approach to ℓ1-Norm Minimization.
This repository contains a MATLAB implementation of the Gradient Descent algorithm to minimize a simple quadratic function. The function being minimized is ( f (x) = (x - 3)^2 ), with its minimum ...