Inverse LSR1Operator documentation
We have an InverseLBFGSOperator but not an InverseLSR1 one, we should add it.
Since it’s likely to be indefinite, it will be of very limited use (if any). The forward operator is useful in trust-region methods. The inverse operator would be useful in a linesearch method, but since it won’t guarantee that we find a descent direction, I’m not sure what advantage it would have.
Ok, we should remove a few things in src/lsr1.jl and in the documentation as well then because I think it is confusing, I will open a PR.
From #368:
We should also add something in the tutorial limited_memory_bfgs_and_sr1 to say that since SR1 can be undefinite, only the forward operator is implemented.