Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raunaks13 authored May 11, 2021
1 parent f082fb6 commit 2a4c00b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 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)

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.

```
Goldstein, Tom, Brendan O'Donoghue, Simon Setzer, and Richard Baraniuk.
"Fast alternating direction optimization methods."
SIAM Journal on Imaging Sciences 7, no. 3 (2014): 1588-1623.
```

0 comments on commit 2a4c00b

Please sign in to comment.