Krylov.jl icon indicating copy to clipboard operation
Krylov.jl copied to clipboard

Add stopping criterion on time limit

Open tmigot opened this issue 2 years ago • 1 comments

We could check at the end of each iteration wether or not we respect a max_time::Float64

tmigot avatar Oct 12 '22 17:10 tmigot

Il will work soon on the stopping conditions. Il will add this feature.

amontoison avatar Oct 12 '22 17:10 amontoison

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.

amontoison avatar May 03 '23 22:05 amontoison

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

tmigot avatar May 03 '23 22:05 tmigot

I opened #730 such that we can validate together. I will update all other solvers after.

amontoison avatar May 03 '23 23:05 amontoison