How to make a Proximal Point using Julia

Hi @Deyvid_Andrade, welcome to the forum :smile:

Are you looking for an existing solver and you have a specific problem you want to solve? Try Optim.jl.

If you want to code the algorithm yourself, what have you tried so far?