JuliaSmoothOptimizers / JuliaSmoothOptimizers/DCISolver.jl

Avoid post-computation in Krylov solver

Open
#95 0 comments 0 reactions 0 assignees View on GitHub
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

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.