JuliaSmoothOptimizers / JuliaSmoothOptimizers/RegularizedOptimization.jl
Detection of h not prox-bounded
Open
- Dominant language
- Julia
- Stars
- 21
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Our simplistic test at the beginning of each solver is insufficient. We should try reducing the value of $\nu$ until an $x$ with finite $h(x)$ is found. We can declare $h$ improper if one hasn't been found after, say, 5 attempts.
EDIT: this test checks that $h$ is prox-bounded, not proper.
Contributor guide
Assessment
This issue has not been assessed yet.