Hello
I have a function from [0,1] to [0,1], which I can shown to always have a unique maximum. I have been using Optim.jl with the default Brent’s method to compute it.
I am a statistician, not a specialist on numerical algorithms. But I still need to confirm that this algorithm will never fail me. I see a reference to Brent’s book and I guess I will have to read parts of it. However, I would like some pointers to where I can find criteria for garanteed convergence. Further, I can also compute the derivate and can provide it to an algorithm requiring it if need be. I don’t know which algorithm to choose. My function is well behaved, I just need to plug into my article a refrence to Optim.jl, the algorithm I use, and a justification as to why the way I optimise is valid. I don’t care about speed of convergence.
If any interest, it is for a maximum likelihood estimate. I’d rather spend my time on its asymtotic behaviour then on numerical calculation aspects, I’m more familiar with the former than the later.
Thanks for your help.