JuliaFirstOrder / ProximalOperators.jl

Proximal operators for nonsmooth optimization in Julia
Other
128 stars 24 forks source link

Missing functions and calculus rules #58

Open lostella opened 5 years ago

lostella commented 5 years ago

This is a list of (some of the) currently missing functions and calculus rules for proximal mappings, with references. Please comment to add more to the list.

Functions

Calculus rules

Notes

mkrishan commented 5 years ago

EpiComposition: https://github.com/kul-forbes/ProximalOperators.jl/blob/master/src/calculus/epicompose.jl

I am not sure if we need phi and Bregman divergences as well.(https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8194899)

lostella commented 5 years ago

Well if they’re needed then they will be checked out sooner, otherwise they will stay longer on the list :-)

Added, thanks