Open
Description
I have a non-increasing function
f_inv(y) = find_zero(x -> f(x) - y,(0,Inf))
Then i am repetitively calling this inversion as, e.g, :
samples = rand(1e6)
f_inv.(samples)
Would it be possible to reduce the cost of subsequent evaluations ? I guess that, since this is using a bisection method, we could re-start each iteration using the previous bisection. Is there something like that implemented in Roots.jl ?
Metadata
Metadata
Assignees
Labels
No labels