JuliaSmoothOptimizers / JuliaSmoothOptimizers/ShiftedProximalOperators.jl
Change notation for prox operators
Open
@MaxenceGollier is already working on this.
Since Apr 10, 2025.
- Dominant language
- Julia
- Stars
- 7
- Forks
- 10
- Avg merge
- 16m
- Merged PRs (30d)
- 1
Description
From what I see, all proximal operators in this repo use σ for the proximal step. This notation is confusing, all solvers in RegularizedOptimization.jl call something like prox!(args..., ν) hence σ in this repo is in fact really ν which is defined as 1/σ in the other repositories ...
I will open a PR to change this notation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.