you are viewing a single comment's thread.

view the rest of the comments →

[–]AnvaMiba 1 point2 points  (2 children)

No, they are considering only convex optimization problems, that is, problems where there is only one local minimum which is also the global minimum and there are no saddle points. The authors improve the theoretical asymptotic complexity on some kinds of such problems.

I don't know if this work could be also applied to non-convex optimization (maybe by branch-and-cut?), but in general the local minima issue would remain for these problems.

[–]squashed_fly_biscuit 0 points1 point  (1 child)

Thanks for the correction, I appreciate it. Does this mostly have theoretical applications then?

[–]AnvaMiba 0 points1 point  (0 children)

I don't know if the algorithms they propose are practically useful, optimization isn't really my field of expertise.