Krylov.jl
Krylov.jl copied to clipboard
Add stopping criterion on time limit
We could check at the end of each iteration wether or not we respect a max_time::Float64
Il will work soon on the stopping conditions. Il will add this feature.
Hi @tmigot, do you have an optimization solver in JSOSolvers.jl with a stopping creteria based on time limit? I would like to use the same name for the keyword argument.
I think almost all the optimization solvers have it now, see, for instance, https://github.com/JuliaSmoothOptimizers/JSOSolvers.jl/blob/21b97086a4b55b6893b7c5a2482e400aded16d68/src/R2.jl#L109
I opened #730 such that we can validate together. I will update all other solvers after.