Basically, I have an S-shape quasiconvex function which becomes a straight line at its end points. Can bisection algorithm handle these points to find an optimum? $f(t)=a e^{-b e^{-c (t-d)}}$ If yes how can I show these sublevel sets as convex inequalities?(couldn't find anything relevant in Boyd's book)
Thanks in advance.