Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raunaks13 authored May 11, 2021
1 parent 2a4c00b commit 7fcec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ADMM
This repository contains code that implements ADMM in Python 3 (alternating direction method of multipliers), AMA (alternating minimization algorithm), and their faster variants as outlined in the paper "Fast Alternating Direction Optimization Methods" (Goldstein et. al, 2014)
This repository contains code that implements ADMM in Python 3 (alternating direction method of multipliers), AMA (alternating minimization algorithm), and their faster variants to optimize a linearly constrained quadratic program as outlined in the paper "Fast Alternating Direction Optimization Methods" (Goldstein et. al, 2014)

There is a report attached that contains several theoretical proofs, simulation results, and analysis of the algorithm by taking inspiration from the paper above. It also discusses other related ideas.
This work was done as part of the course "Convex Optimization" at IIT Kanpur.
Expand Down

0 comments on commit 7fcec6e

Please sign in to comment.