JuliaSmoothOptimizers / JuliaSmoothOptimizers/DCISolver.jl
Avoid post-computation in Krylov solver
Open
- Dominant language
- Julia
- Stars
- 19
- Forks
- 5
- Avg merge
- 9h 43m
- Merged PRs (30d)
- 2
Description
In https://github.com/JuliaSmoothOptimizers/DCISolver.jl/blob/d45e79fca88a380bb535fb1d1a8c4eba4acf66a0/src/dci_feasibility.jl#L311
We are computing `J * d`, while I am suspecting this could be provided by Krylov's method.
Additionally, we are also computing the norm of `Jd` and `d` afterwards https://github.com/JuliaSmoothOptimizers/DCISolver.jl/blob/d45e79fca88a380bb535fb1d1a8c4eba4acf66a0/src/dci_feasibility.jl#L76
Contributor guide
Assessment
This issue has not been assessed yet.