JuliaNLSolvers / Optim.jl

Optimization functions for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Li-shiyue opened this issue · comments

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?

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?