Go to each folder for problem descriptions and solvers.
- Shape deformation solved by Gradient Descent and Alternating Minimization
- Low rank matrix recovery solved by Gradient Descent, Alternating Minimization and Trust Region
- L1 penalty loss solved by Proximal Gradient Descent
- Linear programming solved by Simplex method and Interior point method.