JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.1k stars 214 forks source link

Can Optimize set the cutoff for the value of the objective function? #1057

Open Li-shiyue opened 7 months ago

Li-shiyue commented 7 months ago

I noticed f_tol means relative tolerance in changes of the objective value Can Optimize set the cutoff for the value of the objective function?How to do it?

pkofod commented 6 months ago

It can't, but I suppose we could. You'll have to convince me though :) You mean that if it gets below some predefined value it'll stop, right?