Michael P. Friedlander
Michael P. Friedlander
This is a small extension to LiveServer.jl so that it can be easily used for serving [Weave.jl](https://github.com/JunoLab/Weave.jl) files.
I'm considering adding functionality to allow users to pass a preconditioner into Trunk's trust-region subsolver and would appreciate some guidance before I begin making changes. ## Options for Passing the...
See [this commit](https://github.com/jekyllstein/QRupdate.jl/commit/6fdd94ebb0456a05f16e4d8b3ac9ecaa5b702d95) for pointers to operations that can be performed in place.
As highlighted by @amontoison in [this issue](https://github.com/JuliaSmoothOptimizers/Krylov.jl/issues/686#issue-1450450387), the step-to-the-boundary computation in [to_boundary](https://github.com/JuliaSmoothOptimizers/Krylov.jl/blob/b5bb89aa3c635898ec18ed88fecf1f9d5ebb862c/src/krylov_utils.jl#L393) needs to be updated so that it solves the equation ‖x + σd‖_M = radius where `‖v‖_M^2 =...
This PR allows for an optional preconditioner to be passed to the linear subsolver.
I'm using Krylov.jl in a Gauss-Newton solver where I need to implement a custom stopping condition based on the residual norm of the linear system. Currently, I recompute the residual...