odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/
Mozilla Public License 2.0
366 stars 105 forks source link

Implement FISTA #730

Closed kohr-h closed 7 years ago

kohr-h commented 7 years ago

Although we have much more powerful solvers, having plain FISTA would be good anyway, since it can sometimes be useful as building block in a larger optimization scheme. And it's very well-known, so people will appreciate when it exists.

adler-j commented 7 years ago

If someone goes at this, also consider getting ADMM done at the same time, see #695.