Both of these fail ```julia using Optim optimize(z->z[1]-0.5, [0.5]) # sitting right on zero optimize(z->z[1]-0.5, [0]) # not on zero ```