JuliaSmoothOptimizers / JuliaSmoothOptimizers/RegularizedOptimization.jl

Make solvers more uniform

Open
#231 0 comments 0 reactions 1 assignee Claimed by @MaxenceGollier View on GitHub
Dominant language
Julia
Stars
21
Forks
11
PR merge metrics
No merged PRs in 30d

Description

A few points that need to be adressed

- [x] Use implicit updating of the different linear operators instead of recreating one at each iteration #274
- [x] Solve the arrow issue when verbose > 0 across solvers #234
- [x] Use the callback variable for the doc: #234
- [ ] Replace `\nu` in R2 with `\sigma k` (like `R2N` and `R2DH`) : #232
- [x] Make it so that solvers do `n` iterations when `max_iter = n` instead of `n+1`, also move `get_status` from `src/R2_alg.jl` to `src/utils.jl` #233
- [ ] Solve the issue with the way the step length is computed in `TRDH/LMTR`, see https://github.com/JuliaSmoothOptimizers/RegularizedOptimization.jl/pull/199#discussion_r2263123939_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.