JuliaSmoothOptimizers / JuliaSmoothOptimizers/LinearOperators.jl
Regularized Quasi-Newton operators
Open
- Dominant language
- Julia
- Stars
- 209
- Forks
- 46
- Avg merge
- 6h 50m
- Merged PRs (30d)
- 1
Description
It would be useful to have an implementation of the operator $$v\mapsto Hv + \sigma v$$, where $$H$$ is some quasi-Newton operator and $$\sigma > 0$$. We should be able to get the inverse of this operator cheaply, see https://arxiv.org/pdf/1911.04584 .
cc @MohamedLaghdafHABIBOULLAH, i don't know if you plan to implement this soon ? I might do it on my own as well, I will need it for my research.
Contributor guide
Assessment
This issue has not been assessed yet.